出現這個問題是因為我的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包;
