Re: Odd occasional exception with parsing

2006-02-12 Thread Michael Glavassevich
Hi Dave, ObjectFactory uses the current thread's context ClassLoader to load classes. Seems that the ClassLoader used in this scenario has a bug and is returning null instead of a Class object or throwing a ClassNotFoundException if it doesn't find the class. Thanks. Michael Glavassevich XML

Odd occasional exception with parsing

2006-01-29 Thread Dave Brosius
I'm getting this odd exception showing up in my web apps log files occasionally. Now there are other places in the code were we use the parser, but don't get this error. I don't believe this code is doing anything special regarding parsing that should differentiate it. xml-apis/xercesImpl.jar are