users@jaxb.java.net

Re: Error Creating unmarshaller

From: Malachi de AElfweald <malachi_at_EOTI.ORG>
Date: Wed, 12 Mar 2003 10:51:59 -0700

On Wed, 12 Mar 2003 09:12:21 -0500, Sriram Thyagarajan <Sriram_Thyagarajan_at_KEANE-NNE.com> wrote:
> JAXBContext jc =
>JAXBContext.newInstance("bmv.interfaces.dhs.xmlRef.data",
> new JAXBClassLoader());
>
> // create an Unmarshaller
> Unmarshaller u = jc.createUnmarshaller();

I am completely new to JAXB, so had no clue what the error might be... however, looking at my code, I never pass a JAXBClassLoader() into the new instance.

Malachi