Hi,
 
I am trying to Unmarshall an XML document and got the following error.
 
The jaxb.properties file is located in the directory where is was created.
I am using Sun ONE Studio 4.
 
java.version = 1.4.2_03
What should I do to overcome this error?
 
Thanks
Bharani..
 
 
javax.xml.bind.JAXBException: Failed to resolve resource jaxb.properties via path com.optum.www.movexml.ProductMaster and ClassLoader [EMAIL PROTECTED]
        at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:210)
        at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:114)
        at com.optum.www.movexml.PMRead.getProductMaster(PMRead.java:24)
        at com.optum.www.movexml.PMRead.main(PMRead.java:43)
Exception in thread "main" 

Reply via email to