[jboss-cvs] JBossAS SVN: r101261 - in branches/Branch_Hornet_Temporary_2/testsuite: src/resources/jca/executejmsrollback and 1 other directory.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Mon Feb 22 15:07:36 EST 2010
Author: clebert.suconic at jboss.com
Date: 2010-02-22 15:07:36 -0500 (Mon, 22 Feb 2010)
New Revision: 101261
Modified:
branches/Branch_Hornet_Temporary_2/testsuite/imports/sections/jca.xml
branches/Branch_Hornet_Temporary_2/testsuite/src/resources/jca/executejmsrollback/test-jms-local-ds.xml
Log:
fixing tests
Modified: branches/Branch_Hornet_Temporary_2/testsuite/imports/sections/jca.xml
===================================================================
--- branches/Branch_Hornet_Temporary_2/testsuite/imports/sections/jca.xml 2010-02-22 18:27:28 UTC (rev 101260)
+++ branches/Branch_Hornet_Temporary_2/testsuite/imports/sections/jca.xml 2010-02-22 20:07:36 UTC (rev 101261)
@@ -246,9 +246,7 @@
<fileset dir="${build.resources}/jca/test">
<include name="**/*.*"/>
</fileset>
- <fileset dir="${build.resources}/messaging">
- <include name="test-destinations-service.xml"/>
- </fileset>
+ <fileset dir="${build.resources}/hornetq"/>
<fileset dir="${build.resources}/jca/executejmsrollback">
<include name="**/*.*"/>
</fileset>
Modified: branches/Branch_Hornet_Temporary_2/testsuite/src/resources/jca/executejmsrollback/test-jms-local-ds.xml
===================================================================
--- branches/Branch_Hornet_Temporary_2/testsuite/src/resources/jca/executejmsrollback/test-jms-local-ds.xml 2010-02-22 18:27:28 UTC (rev 101260)
+++ branches/Branch_Hornet_Temporary_2/testsuite/src/resources/jca/executejmsrollback/test-jms-local-ds.xml 2010-02-22 20:07:36 UTC (rev 101261)
@@ -25,7 +25,8 @@
<tx-connection-factory>
<jndi-name>TestJmsLocal</jndi-name>
<rar-name>jms-ra.rar</rar-name>
- <connection-definition>org.jboss.resource.adapter.jms.JmsConnectionFactory</connection-definition>
+ <xa-transaction/>
+ <connection-definition>org.hornetq.ra.HornetQRAConnectionFactory</connection-definition>
<config-property name="SessionDefaultType" type="java.lang.String">javax.jms.Topic</config-property>
<config-property name="JmsProviderAdapterJNDI" type="java.lang.String">java:/TestJMSLocalProvider</config-property>
<max-pool-size>20</max-pool-size>
More information about the jboss-cvs-commits
mailing list