原文:Spring3 报org.aopalliance.intercept.MethodInterceptor问题解决方法

一 开发环境:JDK5+Spring3.0.5+Myeclipse6.6+Tomcat6 

二 启动报错如下: 

1 Configuration problem: Unable to locate Spring NamespaceHandler
for XML schema namespace [http://www.springframework.org/schema/tx] 

拷贝jar到WEB-INF/lib中加入:

  1. .RELEASE.jar

2  Unexpected exception parsing XML document from file
nested exception is java.lang.NoClassDefFoundError: org/springframework/aop/config/AopNamespaceUtils 

拷贝jar到WEB-INF/lib中加入:

  1. .RELEASE.jar

3 Unexpected exception parsing XML document from file
nested exception is java.lang.NoClassDefFoundError: org/aopalliance/intercept/MethodInterceptor 

拷贝jar到WEB-INF/lib中加入:

  1. aopalliance-1.0.jar

下载地址:http://sourceforge.net/projects/aopalliance/files/ 

附件中已上传! 

参考地址: 

关于 Spring3 报org.aopalliance.intercept.MethodInterceptor问题解决方法 

http://coolhorse168.iteye.com/blog/789511

最新文章

  1. LeetCode之283. Move Zeroes
  2. VRML开发环境配置
  3. SQL Server的小数数值类型(float 和 decimal)用法
  4. Strophe.js连接XMPP服务器Openfire、Tigase实现Web私聊、群聊(MUC)
  5. The index also can be used for LIKE comparisons if the argument to LIKE is a constant string that does not start with a wildcard character.
  6. 从DNS配置
  7. 12.了解或熟悉 C, C++, .NET
  8. ECshop模板机制
  9. 【POJ 2010 Moo University-Financial Aid】优先级队列
  10. aliyun opts 集锦
  11. iOS App稳定性指标及监测
  12. linux下使用异步通知
  13. [转]scp、sftp命令使用
  14. 一些做vue前端的经验
  15. kvm虚拟化二: 字符界面管理及 无人值守安装
  16. 利用transform的bug使fixed相对于父级定位
  17. 理解onPause和onStop
  18. C++ Primer 学习笔记_34_STL实践与分析(8) --引言、pair类型、关联容器
  19. Flink本地环境安装部署
  20. <2014 08 28> 大学学习小结

热门文章

  1. RouterOS的MikroTik脚本从DNS更新IPSEC端的IP地址
  2. 【转载】MySQL innodb_table_stats表不存在的解决方法
  3. 【Timers】win服务 定时器
  4. Java加解密与数字签名
  5. VBS基础篇 - wscript 对象
  6. Notes of the scrum meeting(2013/10/23)
  7. 想成为真正的代码gg,目标
  8. Sublime key bindings使用
  9. C#中Json和List/DataSet相互转换
  10. Memcached 安装及配置