The app. consists of a servlet that receives XML data, parses it and then generates an XML response.
I had Xerces version 1.4.4 specified in the in-process classpath in workers.properties.
I have moved to Tomcat 4.1.24 out-of-process and my XML parsing app. no longer works.
I get a VerifyError each time I try to use the setErrorHandler(org.xml.sax.ErrorHandler) method.
I have the same Xerces 1.4.4 JAR file in my <webapp>/WEB-INF/lib directory but I'm not sure if it is being loaded.
I am using JSDK 1.3.
I am stumped by this VerifyError so any help is *greatly* appreciated.
Thanks.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
