Welcome to my Blog (http://javasolutionarchitect.blogspot.com/) My Objective is to share my experience in Determining problems and Providing/Creating Solutions. I am Java Architect, IBM Certified OOAD Solution Designer, TOGAF 8 practitioner, Oracle SOA Architect Certified Expert, Tibco Trained Professional, Cloud Specialist, Ceritfied Scrum Master
Popular Posts
-
WSDL 2.0 1 1) WSDL 2.0 was designed to solve the interoperability issues found in WSDL 1.0/1.1 by using Improved SOAP v1.2 bindings ...
Saturday, June 7, 2014
nested exception is java.lang.incompatibleclasschangeerror org.springframework.asm.classvisitor
Problem
BeanDefinitionStoreException Failed to read candidate component class
nested exception is java.lang.incompatibleclasschangeerror org.springframework.asm.classvisitor
Solution
upgrade Spring all version to 4.0
Check the dependency version by the following command.
mvn dependency:tree
Change the Spring version by adding the dependenncy in the pom.xml
org.springframework
spring-core
${spring.version}
org.springframework
spring-web
${spring.version}
org.springframework
spring-webmvc
${spring.version}
org.springframework
spring-context
${spring.version}
org.springframework
spring-beans
${spring.version}
org.springframework
spring-aop
${spring.version}
org.springframework
spring-aspects
${spring.version}
commons-collections
commons-collections
3.2
org.springframework
spring-oxm
${spring.version}
org.springframework.ws
spring-ws-core
${spring.ws.version}
org.apache.ws.commons.schema
XmlSchema
1.4.3
org.springframework
spring-jms
${spring.version}
org.aspectj
aspectjweaver
1.7.4
org.hibernate
hibernate-core
4.3.5.Final
Subscribe to:
Post Comments (Atom)
thanks for this amazing article keep posting full stack java classes in pune
ReplyDelete