Do this. First, place the xxx-ds.xml and/or xxx-service.xml files in your ear file. Then
in the META-INF/jboss-app.xml file, place:
<jboss-app>
| <module>
| <service>xxx-ds.xml</service>
| </module>
| <module>
| <service>xxx-service.xml</service>
| </module>
| </jboss-app>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169694#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...