Navin Nair wrote:
which is validated based on an XML schema. The application is built on
Tomcat and apache. We have deployed this application on 4 servers - 3 test
and one production. The application works fine on all the 3 test servers,

Classpath. Classpath. Classpath.

Your test machines are configured differently than the
production machine. A previous version of the DOM jars
are being loaded by the server environment. Find the
jar files and you'll find your answer.

xercessamples.jar on the production server, but the same result. We ve
removed all other paths and jars from the classpath except xercesImpl.jar,
xmlparsers.jar & xercessamples.jar. We had faced this problem in an earlier

Everybody who has ever said that in the past has looked again and found an extra jar file that they didn't see before. As these systems get bigger the interactions are sometimes hard to figure out. But I think you'll find that there is a jar "extension" directory somewhere containing an earlier version of certain XML APIs -- perhaps an old Crimson parser bundled with the JDK being used?

--
Andy Clark * [EMAIL PROTECTED]


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to