Hello.
I'm having troubles withe external binding on my schema.
I have one project that holds a schema with annox/hyperjaxb3 annotations. I want to use the same schema in another poject to generate classes for the same entities in that schma. this project only need to do marshalling and no DB needed here.
When I try to use that schema (with -external -nv) I get the following message:
org.xml.sax.SAXParseException: Unsupported binding namespace "
http://hyperjaxb3.jvnet.org/ejb/schemas/customizations"
...
org.xml.sax.SAXParseException: Unsupported binding namespace "
http://java.sun.com/xml/ns/persistence/orm"
...
org.xml.sax.SAXParseException: Unsupported binding namespace "
http://annox.dev.java.net"...
JAXB issue 668 describes just the same problem but it's not assigned to anyone and i'm stuck for quite a long time with that.
your comments are welcome.