This code
JAXBContext jc =
JAXBContext.newInstance("mypackage");
throws
javax.xml.bind.JAXBException: "mypackage" doesnt contain ObjectFactory.classor
jaxb.index
But mypackage exists and ObjectFactory.class also. And What is jaxb.index?
Where is the dog buried?