Hi Christopher, Neil, Thanks for the comments. We are indeed using multiple threads, but the call to domparser.parse() is protected by synchronized(domparser) so thread-safety should be okay.
We are currently using Xerces 2.1.0 and 2.2.0. Wholeheartedly agree with the advice to use 2.6.2, but upgrading isn't easy, due to our infrastructure. :-( Thanks again, Matt --- Neil Graham <[EMAIL PROTECTED]> wrote: > Hi Christopher, > > > Xerces is not thread safe (see multiple discussions on > > the list about it if you're curious, but it's not a bug). > > Xerces's DOM implementation is not thread-safe (especially if you don't > disable the deferred-dom feature) but Xerces's schema validation certainly __________________________________ Do you Yahoo!? Win a $20,000 Career Makeover at Yahoo! HotJobs http://hotjobs.sweepstakes.yahoo.com/careermakeover --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]