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

原文: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中加入:

Java代码  

  1. 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中加入:

Java代码  

  1. 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中加入:

Java代码  

  1. aopalliance-1.0.jar

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

附件中已上传!

参考地址:

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

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

时间: 2024-10-06 02:50:28

Spring3 报org.aopalliance.intercept.MethodInterceptor问题解决方法的相关文章

关于Spring3报org.aopalliance.intercept.MethodInterceptor错的问题解决方法_JavaLeader_新浪博客

body { font-family: "Microsoft YaHei UI","Microsoft YaHei",SimSun,"Segoe UI",Tahoma,Helvetica,Sans-Serif,"Microsoft YaHei", Georgia,Helvetica,Arial,sans-serif,宋体, PMingLiU,serif; font-size: 10.5pt; line-height: 1.5;

Caused by: java.lang.ClassNotFoundException: org.aopalliance.intercept.MethodInterceptor

1.错误描述 usage: java org.apache.catalina.startup.Catalina [ -config {pathname} ] [ -nonaming ] { -help | start | stop } 2014-7-12 13:47:24 org.apache.catalina.core.AprLifecycleListener init 信息: Loaded APR based Apache Tomcat Native library 1.1.29 using

java.lang.NoClassDefFoundError: org/aopalliance/intercept/MethodInterceptor

搭建ssh框架出现nested exception is java.lang.NoClassDefFoundError: org/aopalliance/intercept/MethodInterceptor 很明显是缺少jar包,加入aopalliance-1.0.jar就能解决... 百度下载

【开发笔记】java.lang.NoClassDefFoundError: org/aopalliance/intercept/MethodInterceptor

在进行"spring的声明式事务管理配置"的时候,抛出该异常. 错误原因: 缺少aopalliance.jar包. 事务管理配置如下: <!-- #######5.spring的声明式事务管理配置####### --> <!-- 5.1配置事务管理器类 --> <bean id="txManager" class="org.springframework.jdbc.datasource.DataSourceTransactio

Exchange 2010 添加DAG成员报静态地址配置错误问题解决方法

前段时间遇到一个朋友反馈回来一个关于DAG的报错,截图如下: 根据此截图报错信息,解决方法如下: 重启当前运行此命令出错的服务器后正常,如下:

使用ksoap2报java.io.EOFException异常问题解决方法

使用ksoap2调用WebService数据读取正常,但一直报异常: java.io.EOFException at libcore.io.Streams.readAsciiLine(Streams.java:203) at libcore.net.http.HttpEngine.readResponseHeaders(HttpEngine.java:560) at libcore.net.http.HttpEngine.readResponse(HttpEngine.java:813) at

Failed to read schema document &#39;http://code.alibabatech.com/schema/dubbo/dubbo.xsd&#39;问题解决方法

或者报错: org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: nested exception is org.xml.sax.SAXParseException: cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'context:annotation-c

LoadRunner中文乱码问题解决方法

LoadRunner中文乱码问题解决方法 前段时间在录制,增强,整合LoadRunner脚本,期间两次遇到了中文乱码问题.在此记录一下中文乱码问题的解决办法. 一.录制回放中文乱码 我录制登陆的脚本,用户名中出现中文,回放的时候总是提示登陆失败.如下图: 图1 LR回放中文乱码 解决中文乱码可以在录制的时候在Virtual User Gen的 Tools->Recoding Options -> Advanced -> Support charset -> UTF-8.重新录制后中

Unable to execute dex: method ID not in [0, 0xffff]: 65536 问题解决方法

开始一个新项目的时候,Build工程的时候一直报这个错误: 控制台报错误:Conversion to Dalvik format failed: Unable to execute dex: method ID not in [0, 0xffff]: 65536 看别人有说在project.properties里面加上dex.force.jumbo=true,尝试了一下,不成功, 后来遍访名山高人,查各种资料,各种尝试,终于成功解决了 原因可能是因为adt升级等原因,在Java_Buildpat