You should use the JBossXB SchemaResolverDeployer NOT the JAXB deployer.
The MC parsing uses features only available in JBossXB.
You shouldn't even how to write a parsing deployer,
e.g. see conf/bootstrap-beans.xml for how this is done for jboss-classloading.xml
| <bean name="ClassLoadingMetaDataParser"
class="org.jboss.deployers.vfs.spi.deployer.SchemaResolverDeployer">
| <constructor>
|
<parameter>org.jboss.classloading.spi.metadata.ClassLoadingMetaData</parameter>
| </constructor>
| <property name="name">jboss-classloading.xml</property>
| <property name="buildManagedObject">true</property>
| </bean>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4150668#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...