[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:28:05 EDT 2008
In your case it would be something like:
| <bean name="AOPMetaDataParser" class="org.jboss.deployers.vfs.spi.deployer.SchemaResolverDeployer">
| <constructor>
| <parameter>org.jboss.....AOPMetaData</parameter>
| </constructor>
| <property name="suffix">-aop.xml</property>
| </bean>
|
Or you could use Ales's deployer use case xml if it is in JBossAS?
http://jira.jboss.com/jira/browse/JBDEPLOY-26
which has less junk/implementation details exposed to the user. ;-)
| <jbossxb-parser xmlns="urn:jboss:deployers:2.0"
| name="AOPMetaDataParser"
| class="org.jboss....MetaData"
| suffix="-aop.xml"/>
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4150674#4150674
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4150674
More information about the jboss-dev-forums
mailing list