码迷,mamicode.com
首页 > 编程语言 > 详细

spring 整合Mybatis 《错误集合,总结更新》

时间:2017-03-31 00:51:11      阅读:183      评论:0      收藏:0      [点我收藏+]

标签:efi   erro   针对   ror   集合   span   xxxxxx   解决办法   error   

错误:nested exception is java.lang.NoClassDefFoundError: org/aopalliance/intercept/MethodInterceptor 

 

运行环境:jdk1.7.0_17 + tomcat 7 + eclipse

 

  spring整合mybatis启动时候出现這个错误:

SEVERE: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from ServletContext resource [/WEB-INF/classes/spring/applicationContext-transaction.xml]; nested exception is java.lang.NoClassDefFoundError: org/aopalliance/intercept/MethodInterceptor

  解决办法:

    缺少包:aopalliance.jar

      前往地址: http://sourceforge.net/projects/aopalliance/files/ 下载包拷到你的工程里面去,如果在以后看到“NoClassDefFoundError:xxxxxxxx”一般都是缺少什么包,仔细看看你的工程是否缺少什么包之类的。

    aopalliance.jar作用:这个包是AOP联盟的API包,里面包含了针对面向切面的接口,通常Spring等其它具备动态织入功能的框架依赖此包。

spring 整合Mybatis 《错误集合,总结更新》

标签:efi   erro   针对   ror   集合   span   xxxxxx   解决办法   error   

原文地址:http://www.cnblogs.com/tanglie/p/6649088.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!