Hmmm, the following snippet of the stacktrace sounds like one class was compiled against another class version than the available one. So I guess SpringBus was compiled against another version of AssertionBuilderFactory than the one that is loaded in your environment. Has the appserver an internal version of cxf or neethi?
Caused by: org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.apache.cxf.bus.spring.SpringBus]: Constructor threw exception; nested exception is java.lang.IncompatibleClassChangeError: org.apache.neethi.AssertionBuilderFactory ... Caused by: java.lang.IncompatibleClassChangeError: org.apache.neethi.AssertionBuilderFactory On Thu, Mar 29, 2012 at 06:47, bhushand <[email protected]> wrote: > Hello Stefan, > I already have removed the unnecessary jar file and only below mentioned > jars as mentioned in below link > http://cxf.apache.org/docs/application-server-specific-configuration-guide.html > for Websphere server. > >> aopalliance-1.0.jar >> commons-logging-1.1.1.jar >> cxf-2.5.2.jar >> FastInfoset-1.2.9.jar >> jaxb-api-2.2.3.jar >> jaxb-impl-2.2.4-1.jar >> neethi-3.0.1.jar >> saaj-impl-1.3.12.jar >> spring-aop-3.0.6.RELEASE.jar >> spring-asm-3.0.6.RELEASE.jar >> spring-beans-3.0.6.RELEASE.jar >> spring-context-3.0.6.RELEASE.jar >> spring-core-3.0.6.RELEASE.jar >> spring-expression-3.0.6.RELEASE.jar >> spring-web-3.0.6.RELEASE.jar >> wsdl4j-1.6.2.jar >> xmlschema-core-2.0.1.jar > > Any leads with this information to resolve this error > > Thanks > Bhushan > > -- > View this message in context: > http://camel.465427.n5.nabble.com/getting-error-while-deploying-application-with-apache-cxf2-5-2-tp5601200p5602660.html > Sent from the Camel - Users mailing list archive at Nabble.com.
