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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...