[jboss-cvs] JBossAS SVN: r111957 - trunk/testsuite/src/resources/test-configs/hornetq/deploy/hornetq.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Aug 5 22:07:48 EDT 2011


Author: smcgowan at redhat.com
Date: 2011-08-05 22:07:48 -0400 (Fri, 05 Aug 2011)
New Revision: 111957

Modified:
   trunk/testsuite/src/resources/test-configs/hornetq/deploy/hornetq/hornetq-jms.xml
Log:
JBAS-9427 - fix hornetq-jms.xml in hornetq test-config

Modified: trunk/testsuite/src/resources/test-configs/hornetq/deploy/hornetq/hornetq-jms.xml
===================================================================
--- trunk/testsuite/src/resources/test-configs/hornetq/deploy/hornetq/hornetq-jms.xml	2011-08-05 19:43:26 UTC (rev 111956)
+++ trunk/testsuite/src/resources/test-configs/hornetq/deploy/hornetq/hornetq-jms.xml	2011-08-06 02:07:48 UTC (rev 111957)
@@ -3,6 +3,7 @@
             xsi:schemaLocation="urn:hornetq /schema/hornetq-jms.xsd">
 
    <connection-factory name="NettyConnectionFactory">
+      <xa>true</xa>
       <connectors>
          <connector-ref connector-name="netty"/>
       </connectors>
@@ -25,6 +26,7 @@
    </connection-factory>
 
    <connection-factory name="InVMConnectionFactory">
+      <xa>true</xa>
       <connectors>
          <connector-ref connector-name="in-vm"/>
       </connectors>
@@ -42,4 +44,4 @@
       <entry name="/queue/ExpiryQueue"/>
    </queue>
 
-</configuration>
\ No newline at end of file
+</configuration>



More information about the jboss-cvs-commits mailing list