users@jaxb.java.net

Fwd: JAXB mapping

From: Denis <java2xp_at_gmail.com>
Date: Tue, 28 Aug 2007 18:41:13 +0300

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?