Hi all,
I am having a issue in setting up my development/testing environment
with a CXF endpoint deployed to Tomcat:
java.lang.AbstractMethodError:
org.apache.xerces.dom.DeferredDocumentImpl.setXmlStandalone(Z)V
at
org.apache.cxf.transport.http.WSDLQueryHandler.updateDoc(WSDLQueryHandler.java:261)
at
org.apache.cxf.transport.http.WSDLQueryHandler.writeResponse(WSDLQueryHandler.java:210)
...
If the WAR is built, deployed and then run from the command line, then
there are no problems, this is only occurring in the development setup
where it seems to be picking up an old version of xerces. Is there any
simple way to avoid this issue via configuration (other than trying to
correct the classpath used by the plugin)?
Thanks
Graham