[jboss-dev-forums] [Design of JBossXB] - SchemaResolverDeployer and JBossXB
jesper.pedersen
do-not-reply at jboss.com
Mon May 11 14:39:26 EDT 2009
So I'm trying to minimize the work I have to do inside my deployer chain by using the SchemaResolver as the base class.
But I keep getting
| Caused by: java.lang.Exception: The xml ra15inoutjbossra.rar/META-INF/ra.xml is not well formed!
| at org.jboss.xb.util.JBossXBHelper.parse(JBossXBHelper.java:191)
| at org.jboss.xb.util.JBossXBHelper.parse(JBossXBHelper.java:166)
| at org.jboss.deployers.vfs.spi.deployer.SchemaResolverDeployer.parse(SchemaResolverDeployer.java:137)
| at org.jboss.deployers.vfs.spi.deployer.SchemaResolverDeployer.parse(SchemaResolverDeployer.java:121)
| at org.jboss.jca.deployers.rar.RaXmlParsingDeployer.parse(RaXmlParsingDeployer.java:75)
| at org.jboss.jca.deployers.rar.RaXmlParsingDeployer.parse(RaXmlParsingDeployer.java:39)
| at org.jboss.deployers.vfs.spi.deployer.AbstractVFSParsingDeployer.parseAndInit(AbstractVFSParsingDeployer.java:256)
| at org.jboss.deployers.vfs.spi.deployer.AbstractVFSParsingDeployer.parse(AbstractVFSParsingDeployer.java:188)
| at org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput.createMetaData(AbstractParsingDeployerWithOutput.java:348)
|
for my deployments even though the XML files are well-formed.
Is there a test case or wiki page that describes how you would go about using this stuff ?
I basically just need to get from the VirtualFile to the object that defines the metadata located in JBMETA.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4230178#4230178
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4230178
More information about the jboss-dev-forums
mailing list