[url]http://hi.baidu.com/qmggnrkukabjpud/item/abada5d99c32bc17e0f46fa3[/url]
出现这个问题是因为我的spring3.0里的包是单独引用的,缺少了别的包
譬如Configuration problem: Unable to locate Spring NamespaceHandler for XML schema namespace [http://www.springframework.org/schema/tx
就是少了org.springframework.transaction-3.0.0.M3.jar包;
而Configuration problem: Unable to locate Spring NamespaceHandler for XML schema namespace [http://www.springframework.org/schema/aop
则是少了org.springframework.aop-3.0.0.M3.jar包;
等等。
出现这个问题是因为我的spring3.0里的包是单独引用的,缺少了别的包
譬如Configuration problem: Unable to locate Spring NamespaceHandler for XML schema namespace [http://www.springframework.org/schema/tx
就是少了org.springframework.transaction-3.0.0.M3.jar包;
而Configuration problem: Unable to locate Spring NamespaceHandler for XML schema namespace [http://www.springframework.org/schema/aop
则是少了org.springframework.aop-3.0.0.M3.jar包;
等等。
Spring配置问题解决
本文针对Spring3.0中出现的配置问题进行了详细解析,并指出了缺失特定依赖包导致的问题及解决方案。
2万+

被折叠的 条评论
为什么被折叠?



