一 开发环境: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中加入:
org.springframework.transaction-3.0.5.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中加入:
org.springframework.aop-3.0.5.RELEASE.jar
3
Unexpected exception parsing XML document from file nested exception is java.lang.NoClassDefFoundError: org/aopalliance/intercept/MethodInterceptor
拷贝jar到WEB-INF/lib中加入:
aopalliance-1.0.jar
下载地址:
http://sourceforge.net/projects/aopalliance/files/
附件中已上传!
参考地址:
关于 Spring3 报org.aopalliance.intercept.MethodInterceptor问题解决方法
http://coolhorse168.iteye.com/blog/789511
分享到:
相关推荐
org.springframework.beans-3.0.5.RELEASE.jar org.springframework.context-3.0.5.RELEASE.jar org.springframework.context.support-3.0.5.RELEASE.jar org.springframework.core-3.0.5.RELEASE.jar org.spring...
《深入解析Spring ASM库:org.springframework.asm-3.0.5.RELEASE.jar》 Spring框架是Java开发领域中不可或缺的一部分,而org.springframework.asm-3.0.5.RELEASE.jar是Spring框架中的一个关键组件,主要涉及到字节...
在本文中,我们将深入探讨`org.springframework.context_3.0.5.release.jar`这个特定版本的组件,了解其功能、重要性以及如何在实际应用中使用。 一、ApplicationContext概述 ApplicationContext是Spring框架中一...
org.springframework.aop-3.0.5.RELEASE.jar,org.springframework.asm-3.0.5.RELEASE.jar,org.springframework.aspects-3.0.5.RELEASE.jar,org.springframework.beans-3.0.5.RELEASE.jar,org.springframework....
spring-framework-3.0.5.RELEASE-dependencies 好不容易找到了,赶紧分享一下 因为不能大于20M,共分了8个包,都是独立的,我列了目录,可以只下载需要的包,这是1号包: 1号包: edu.emory.mathcs.backport edu.oswego.cs....
2. **org.springframework.beans-3.0.5.RELEASE.jar**: 包含了Spring对Java Beans的支持,如Bean工厂、属性编辑器和类型转换系统。这个模块允许创建、配置和管理对象,包括属性注入和依赖查找,是Spring框架的基础...
org.springframework.web-3.0.5.RELEASE.jar
org.springframework.context-sources-3.0.5.release.jar
spring-framework-3.0.5.RELEASE-dependencies.zip
org.springframework.beans-3.0.5.RELEASE.jar org.springframework.context-3.0.5.RELEASE.jar org.springframework.core-3.0.5.RELEASE.jar org.springframework.expression-3.0.5.RELEASE.jar org.spring...
org.springframework.beans-3.0.5工程所需jar包,com.springsource.net.sf.cglib-2.2.0.jar、 com.springsource.org.apache.commons.logging-1.1.1.jar、 ...org.springframework.core-3.0.5.RELEASE.jar
org.springframework.asm-sources-3.0.5.release.jar
rpm -Uvh vsftpd-3.0.5-1.el8.x86_64.rpm 3)然后修改vsftpd.conf文件: sed -i 's|anonymous_enable=YES|anonymous_enable=NO|g' /etc/vsftpd/vsftpd.conf sed -i 's|listen=NO|listen=YES|g' /etc/vsftpd/vsftpd....
spring-framework-3.0.5.RELEASE-dependencies 好不容易找到了,赶紧分享一下 因为不能大于20M,共分了8个包,都是独立的,我列了目录, 可以只下载需要的包,这是5号包: 1号包: edu.emory.mathcs.backport edu.oswego....
org.springframework.beans-3.0.5.RELEASE.jar, org.springframework.beans-3.1.0.M1.jar, org.springframework.beans-3.1.0.M2.jar, org.springframework.beans-sources-2.5.5.A.jar, org.springframework.beans-...
spring-framework-3.0.5.RELEASE-dependencies 好不容易找到了,赶紧分享一下 因为不能大于20M,共分了8个包,都是独立的,我列了目录, 可以只下载需要的包,这是7号包: 1号包: edu.emory.mathcs.backport edu.oswego....
org.springframework.beans-sources-3.0.5.release.jar
org.springframework.expression-3.0.5.RELEASE.jar
org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from class path resource [applicationContext.xml]; nested exception is java.lang....