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
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
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