Jaxm - Need to identify jars required
843834Aug 12 2003 — edited Apr 12 2004I'm trying to get jaxm to run on Tomcat with a hello world program with a synchronous standalone sender and a receiver in the servlet container.
I am getting a run time exception which I don't understand.
I think my problem is getting the right jars or maybe the right version of the jars on the classpath.
Where do I go to find this information?
Thanks
lee
Here is the exception:
Opening connection...
Creating message...
java.lang.NoSuchMethodError: org.apache.xerces.dom.ElementNSImpl.<init>(Lorg/apache/xerces/dom/CoreDocumentImpl;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
at com.sun.xml.messaging.saaj.soap.impl.ElementImpl.<init>(ElementImpl.java:45)
at com.sun.xml.messaging.saaj.soap.impl.EnvelopeImpl.<init>(EnvelopeImpl.java:40)
at com.sun.xml.messaging.saaj.soap.impl.EnvelopeImpl.<init>(EnvelopeImpl.java:49)
at com.sun.xml.messaging.saaj.soap.ver1_1.Envelope1_1Impl.<init>(Envelope1_1Impl.java:34)
at com.sun.xml.messaging.saaj.soap.ver1_1.SOAPPart1_1Impl.createEmptyEnvelope(SOAPPart1_1Impl.java:39)
at com.sun.xml.messaging.saaj.soap.SOAPPartImpl.getEnvelope(SOAPPartImpl.java:78)
at HelloWorldSender.main(HelloWorldSender.java:46)
Exception in thread "main"