users@jaxb.java.net

Error Creating unmarshaller

From: Sriram Thyagarajan <Sriram_Thyagarajan_at_KEANE-NNE.com>
Date: Tue, 11 Mar 2003 14:56:34 -0500

I am getting the following error

javax.transaction.TransactionRolledbackException:
java.lang.NoClassDefFoundError
: com.sun.xml.bind.unmarshaller.UnmarshallerImpl


The code...

      JAXBContext jc =
JAXBContext.newInstance("bmv.interfaces.dhs.xmlRef.data",
          new JAXBClassLoader());

      // create an Unmarshaller
       Unmarshaller u = jc.createUnmarshaller();


the call to newInstance worked fine....

The call to createUnMarshaller created this error


All the jaxb libraries are in the path...

Has anyone encountered this error ? any solutions ?

Thanks,
Sriram