users@jaxb.java.net

Problem while un-marshalling - "src.com.java.exception" doesnt contain ObjectFactory.class or jaxb.index

From: castor-dev <mkiran24_at_hotmail.com>
Date: Tue, 23 Oct 2007 15:55:48 -0700 (PDT)

I tried several options to send in to JAXBContext, none of them works.

JAXBContext context = JAXBContext.newInstance("src.com.java.exception");
                Unmarshaller unmarshaller = context.createUnmarshaller();
            Exception e = (Exception)unmarshaller.unmarshal(new
File("SimpleXML.xml"));

Please help me on this, if anybody had this problem before

-Ricky
-- 
View this message in context: http://www.nabble.com/Problem-while-un-marshalling---%22src.com.java.exception%22-doesnt-contain-ObjectFactory.class-or-jaxb.index-tf4680910.html#a13375529
Sent from the java.net - jaxb users mailing list archive at Nabble.com.