Error: Nested exception is Java.lang.noclassdeffounderror:org/aopalliance/intercept/methodinterceptor
Operating Environment: Jdk1.7.0_17 + tomcat 7 + eclipse
This error occurred when Spring Consolidated MyBatis started:
Severe:exception sending context initialized event to listener instance of class Org.springframework.web.context.Context Loaderlistener
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
Workaround:
Missing package:Aopalliance.jar
Go to address: http://sourceforge.net/projects/aopalliance/files/Download the package to your project inside, if in the future see "noclassdeffounderror:xxxxxxxx "It's usually a lack of packages, so take a closer look at what your project lacks," he thought.
Aopalliance.jar: This package is an AOP Federation API package that contains interfaces for aspect-oriented, typically spring and other frameworks with dynamic weaving capabilities that depend on the package.
Spring integration MyBatis "bug set, summary update"