Problem solved. It was a WebSphere issue, not a xerces issue. Apparently WebSphere uses xerces internally that overrode any attempt to use a newer version. Here's the link to the info on IBM's fix, incase anyone else runs into this.
http://www.websphere-world.com/html/xerces.html > -----Original Message----- > From: Aaron Wadley [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 25, 2001 10:40 AM > To: '[EMAIL PROTECTED]' > Subject: Unclear error message > > > I'm hoping that someone can explain what this means. > > java.lang.NoSuchMethodError: org.apache.xerces.dom.NodeImpl: method > <init>(Lorg/apache/xerces/dom/DocumentImpl;)V not found > at org.apache.xerces.dom.ChildNode.<init>(ChildNode.java:103) > at org.apache.xerces.dom.ParentNode.<init>(ParentNode.java:133) > at > org.apache.xerces.dom.DocumentImpl.<init>(DocumentImpl.java:254) > at > org.apache.xerces.dom.DocumentImpl.<init>(DocumentImpl.java:247) > at > org.apache.xerces.jaxp.DocumentBuilderImpl.newDocument(Documen > tBuilderImpl.j > ava:175) > > What method is it referring to? I can't seem to decipher it. > The code > works locally within VisualAge for Java, but when we export > to WebSphere, we > get this error. I have made sure that the xerces.jar in WebSphere's > classpath is the correct one. What else could cause this error? > > Thanks for any suggestions. > -- > Aaron Wadley [EMAIL PROTECTED] > Programmer/Analyst (407) 240-3863 x7787 > The Fund, Inc. http://www.thefund.com > ===================================================== > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
