This means you need to load the org.w3c.dom.Element interface (along with the rest of DOM) into the database, too.
Apparently xerces.jar does not bundle the DOM interfaces in there. If you load the Oracle XML Parser for Java into the database, it contains the DOM classes in the same JAR, so that would be another route. __________________________________________________________ Steve Muench - Developer, Product Mgr, Evangelist, Author Simplify J2EE and EJB Development with BC4J http://otn.oracle.com/products/jdev/htdocs/j2ee_bc4j.html Building Oracle XML Apps, www.oreilly.com/catalog/orxmlapp ----- Original Message ----- From: "Maik Kuendig" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 23, 2002 11:21 AM Subject: Re: SOAP-Client in Oracle DB | Hallo | | Steve Muench <[EMAIL PROTECTED]> schrieb: | | > Should work fine. Make sure you're using 8.1.7.1 or | > higher of the Oracle database since 8.1.6 had a | | I use a 9i database Version 9.0.1. | | > database JVM issue with System.arrayCopy() of two-dimensional | > arrays of int's which caused crashes using Xerces. | | I get some error messages when I try to load the soap.jar file in to the | database like: | "ORA-29521: referenzed name org/w3c/dom/Element not found" | | > | > Does the client program work correctly and compile correctly | > *outside* the database? | | Yes, it compiles and works corractly. It's the example form O'Reilly: | http://www.onjava.com/pub/a/onjava/2002/02/27/tomcat.html?page=3 | | Thanks and best Regards | | d� Maik |
