Yes. In your EAR file, create a jboss-app.xml file containing the following:
| <jboss-app>
|
| <module>
| <service>myapp-ds.xml</service>
| </module>
|
| </jboss-app>
Place this jboss-app.xml in the META-INF folder of your EAR. And place the -ds.xml at the
root of the EAR.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158370#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...