Hi, I have a web application that caches DOMs (for site navigation, page layout etc..) internally.
I am having problems with exceptions being thrown from within org.apache.xerces.dom.DeferredDocumentImpl when reading the DOMs (eg. in a xpath operation, when applying a stylesheet) Some examples of the exceptions that are being thrown: - synchronizeData() : NullPointerException - getNodeObject() : java.lang.IllegalArgumentException: type: -1 - getNodeValueString() -> java.util.Vector.elementAt(): java.lang.ArrayIndexOutOfBoundsException: 4 >= 0 These exceptions only occur when running the application on a multi-cpu machine. Has anyone seen problems like this before? Using xerces-2.5.0. Regards, Peter Smith --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
