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