I deploy my application as an ear. For that app I need to configure some of JBoss MBeans.
When I write this XML file in deploy that works fine.
I'd like to add the XML config inside the EAR. I have tried to put it at the root of
the EAR of in the META-INF directory, XML config files are ignored.
Is it possible to deploy XML conf file in an EAR ?
Is there a naming convention for that XML file in an EAR ? (I have triex x-service.xml and
jboss-service.xml)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075653#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...