[jboss-user] [JBoss Messaging] New message: "Re: Include XA aware connection factory with EAR"

Adrian Brock do-not-reply at jboss.com
Thu Jan 14 07:34:37 EST 2010


User development,

A new message was posted in the thread "Include XA aware connection factory with EAR":

http://community.jboss.org/message/520017#520017

Author  : Adrian Brock
Profile : http://community.jboss.org/people/adrian@jboss.org

Message:
--------------------------------------------------------------
Unlike a sar, an ear will only deploy embedded content if you explicitly list it in application.xml or jboss-app.xml
 
e.g. example META-INF/jboss-app.xml from the jboss testsuite.


<?xml version='1.0' encoding='UTF-8'?>
 
<!DOCTYPE jboss-app
  PUBLIC  "-//JBoss//DTD J2EE Application 1.4//EN"
          "http://www.jboss.org/j2ee/dtd/jboss-app_4_0.dtd"
>
 
<jboss-app>
 
   <module><service>testdeployers-mcf1-ds.xml</service></module>
   <module><service>testdeployers-1-service.xml</service></module>
 
</jboss-app>

--------------------------------------------------------------

To reply to this message visit the message page: http://community.jboss.org/message/520017#520017




More information about the jboss-user mailing list