Hi, I am developing a web application, its a servlet which basically acts as a front end for a web service, and I use CXF for the web service client, tested under a development tomcat instance and worked fine.
I have the spring framework and the rest jars in the lib: wsdl4j-1.6.1.jar wss4j-1.5.8.jar jaxb-api-2.0.jar cxf-2.2.3.jar while I try to migrate to weblogic 10.3.2 follow the change as in http://cxf.apache.org/docs/application-server-specific-configuration-guide.html#ApplicationServerSpecificConfigurationGuide-WebLogic Then I got the exception: java.lang.IncompatibleClassChangeError: Class com.ibm.wsdl.DefinitionImpl does not implement the requested interface javax.wsdl.extensions.AttributeExtensible at org.apache.cxf.wsdl11.WSDLServiceBuilder.copyExtensionAttributes(WSDLServiceBuilder.java:137) at org.apache.cxf.wsdl11.WSDLServiceBuilder.buildServices(WSDLServiceBuilder.java:277) .... I have been research on this problem for a while, found some posts from experts like Dan on Nable... but I still didn't get it, could anyone help on this. Joelking 谷雨 wrote: > > wsdl4j-1.6.1.jar is packaged in apache-cxf-2.1.1 release. I have never > replaced any jar files. Do you have any other suggestion? > > > Hello 谷雨, are you using the IBM JDK? I don't know if CXF works with it. > > Glen > > > 谷雨 wrote: >> >> Caused by: java.lang.IncompatibleClassChangeError: Class >> com.ibm.wsdl.DefinitionImpl does not implement the requested interface >> javax.wsdl.extensions.AttributeExtensible >> > > -- > View this message in context: > http://www.nabble.com/A-runtime-exception-in-ws-security-scenario-tp18643136p18644143.html > Sent from the cxf-user mailing list archive at Nabble.com. > > > > > > -- View this message in context: http://old.nabble.com/A-runtime-exception-in-ws-security-scenario-tp18643136p28624221.html Sent from the cxf-user mailing list archive at Nabble.com.
