where did you get xercesImpl? -----Original Message----- From: Pascale, Peter H. [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2003 1:37 PM To: '[EMAIL PROTECTED]' Subject: RE: xerces.jar vs. xercesImpl.jar
Actually, I just figured it out. xercesImpl is not an equal replacement for xerces, but if you have a few other XML jars in the classpath (dom.jar and jaxp-api.jar) you are fine. So I am good now. Thanks James. -----Original Message----- From: Clover, James [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2003 1:31 PM To: [EMAIL PROTECTED] Subject: RE: xerces.jar vs. xercesImpl.jar I believe that you've probably got two versions of xerces on your classpath somewhere... James -----Original Message----- From: Pascale, Peter H. [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2003 11:16 AM To: '[EMAIL PROTECTED]' Subject: xerces.jar vs. xercesImpl.jar I am surprised to find that axis seems to require a specific parser - xerces, and will not accept xercesImpl. I thought both would be JAXP 1.1 compliant parsers, as the set-up instructions describe: "In the WEB-INF directory, you'll find a "lib" directory. In this directory, copy the jars associated with the JAXP 1.1 XML compliant parser of your choice. We recommend xerces jars from the xml-xerces distribution, though others work." When I try to compile wsdl or run an axis client with xercesImpl.jar in the classpath instead of xerces.jar, I get: [java] java.lang.NoClassDefFoundError: org/w3c/dom/Node Any ideas why this incompatibility exists? Peter ************************************************************************ **** This email may contain confidential material. If you were not an intended recipient, Please notify the sender and delete all copies. We may monitor email to and from our network. ************************************************************************ **** **************************************************************************** This email may contain confidential material. If you were not an intended recipient, Please notify the sender and delete all copies. We may monitor email to and from our network. **************************************************************************** Visit our website at http://www.ubswarburg.com This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message which arise as a result of e-mail transmission. If verification is required please request a hard-copy version. This message is provided for informational purposes and should not be construed as a solicitation or offer to buy or sell any securities or related financial instruments.
