BeanDefinitionParsingException: Configuration problem: Unable to locate Spring N

http://hi.baidu.com/qmggnrkukabjpud/item/abada5d99c32bc17e0f46fa3

出现这个问题是因为我的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包;
等等。

猜你喜欢

转载自panyongzheng.iteye.com/blog/1772619
今日推荐