[jboss-dev-forums] [Design of POJO Server] - Re: A valid empty jboss.xml

adrian@jboss.org do-not-reply at jboss.com
Tue Dec 4 11:19:18 EST 2007


"pete.muir at 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#4110244

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110244



More information about the jboss-dev-forums mailing list