"pete.muir(a)jboss.org" wrote :
| I'm not sure where else to look. You can find all the xml we are using here
|
|
http://fisheye.jboss.com/browse/JBoss/jboss-seam/bootstrap-new
|
You're missing the
deployers/metadata-beans.xml
that populates which dtd/schema maps to which metadata model/version.
Your problem is that JBossXB knows how to resolve the schema and
create the SchemaBinding.
But the SchemaBinding has no object model bindings. JBossXB has scanned
the schema for JAXB schema annotations and not found any and there is no
initializer to populate the bindings either.
It parsed the xml file but there were no callbacks registered to actually do anything.
;-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110244#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...