[jboss-dev-forums] [Design of POJO Server] - Re: aop-mc-int JAXB classes are invalid in AS 5
adrian@jboss.org
do-not-reply at jboss.com
Wed May 14 06:23:28 EDT 2008
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#4150668
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4150668
More information about the jboss-dev-forums
mailing list