IncompatibleClassChangeError: DefinitionImpl

2008-03-24 Thread Scott Anderson
I get this exception when I try to instantiate my Service class: Exception in thread main java.lang.IncompatibleClassChangeError: Class com.ibm.wsdl.DefinitionImpl does not implement the requested interface javax.wsdl.extensions.AttributeExtensible at

Re: IncompatibleClassChangeError: DefinitionImpl

2008-03-24 Thread Willem Jiang
If you are working on the WebSphere with CXF. Here is one solution[1] for your case. [1]http://cwiki.apache.org/confluence/display/CXF20DOC/AppServerGuide#AppServerGuide-Websphere Willem Scott Anderson wrote: I get this exception when I try to instantiate my Service class: Exception in