[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Defining a data source or JMS queue per application

PeterJ do-not-reply at jboss.com
Fri Aug 8 17:04:45 EDT 2008


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#4169694

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4169694



More information about the jboss-user mailing list