Re: AbstractDOMParser.setDocumentClassName() and classloaders

2007-04-17 Thread Jacob Kjome
At 06:40 PM 4/15/2007, you wrote: >Hi Jake, > >Jacob Kjome <[EMAIL PROTECTED]> wrote on 04/15/2007 07:08:01 PM: > >> I've got a parser extending DOMParser and call >> parser.setDocumentClassName(MetaDataDocument.class.getName()) . > >This method gets called during reset. Your own code probably sho

Re: AbstractDOMParser.setDocumentClassName() and classloaders

2007-04-15 Thread Michael Glavassevich
Hi Jake, Jacob Kjome <[EMAIL PROTECTED]> wrote on 04/15/2007 07:08:01 PM: > I've got a parser extending DOMParser and call > parser.setDocumentClassName(MetaDataDocument.class.getName()) . This method gets called during reset. Your own code probably shouldn't be calling it. Setting the "docume

AbstractDOMParser.setDocumentClassName() and classloaders

2007-04-15 Thread Jacob Kjome
I've got a parser extending DOMParser and call parser.setDocumentClassName(MetaDataDocument.class.getName()) . The problem is, the class MetaDataDocument is in a child classloader and Xerces reports that it can't find it. [xmlc] Error: java.lang.IllegalArgumentException: MissingDo