This error occurred because of the incompatible versions with neethi.jar. CXF 2.7.3 is expecting neethi3.x.jar. I had neethi2.x jar in the classpath. I resolved this issue.
On Feb 19, 2013, at 11:12 AM, "Daniel Kulp" <[email protected]> wrote: > > On Feb 16, 2013, at 6:05 PM, stagirus <[email protected]> wrote: > >> When I use the latest CXF 2.7.3, I am getting the following strange >> exception. My environment (libs) are very complicated - Spring/Pentaho, etc. >> I even tried to search for class AssertionBuilderRegistryImpl in all my jar >> files. Only the cxf-2.7.3.jar contains this class. >> >> I got the same error in both Jetty and JBoss 4.2 environments. >> >> Could not instantiate bean class [org.apache.cxf.bus.spring.SpringBus]: >> Constructor threw exception; nested exception is >> org.apache.cxf.bus.extension.ExtensionException: Could not load extension >> class org.apache.cxf.ws.policy.AssertionBuilderRegistryImpl. >> at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:115) >> >> I would appreciate any suggestions to resolve this problem. PLEASE! > > > Honestly, I have no idea. If you can create a reproducible test case, we > might be able to look at it. Strange error though. Not sure what would > cause it. > > > -- > Daniel Kulp > [email protected] - http://dankulp.com/blog > Talend Community Coder - http://coders.talend.com >
