[jboss-cvs] JBossAS SVN: r102954 - in trunk/testsuite/src/resources/jbossts: scripts and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Mar 25 07:40:24 EDT 2010


Author: istudens at redhat.com
Date: 2010-03-25 07:40:23 -0400 (Thu, 25 Mar 2010)
New Revision: 102954

Added:
   trunk/testsuite/src/resources/jbossts/resources/oracle-rac-lb-xa-ds.xml
   trunk/testsuite/src/resources/jbossts/resources/oracle-rac-r2-1-xa-ds.xml
   trunk/testsuite/src/resources/jbossts/resources/oracle-rac-r2-2-xa-ds.xml
   trunk/testsuite/src/resources/jbossts/resources/oracle-rac-r2-lb-xa-ds.xml
   trunk/testsuite/src/resources/jbossts/resources/oracle-rac1-xa-ds.xml
   trunk/testsuite/src/resources/jbossts/resources/oracle-rac2-xa-ds.xml
   trunk/testsuite/src/resources/jbossts/resources/oracle11-r2-xa-ds.xml
Modified:
   trunk/testsuite/src/resources/jbossts/scripts/as-tests.xml
   trunk/testsuite/src/resources/jbossts/scripts/imports/test-config.xml
Log:
refactored to run all testcases in one AS server instance, added oracle11gR2, 11gR2 RAC - JBAS-7219

Added: trunk/testsuite/src/resources/jbossts/resources/oracle-rac-lb-xa-ds.xml
===================================================================
--- trunk/testsuite/src/resources/jbossts/resources/oracle-rac-lb-xa-ds.xml	                        (rev 0)
+++ trunk/testsuite/src/resources/jbossts/resources/oracle-rac-lb-xa-ds.xml	2010-03-25 11:40:23 UTC (rev 102954)
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- ===================================================================== -->
+<!--                                                                       -->
+<!--  JBoss Server Configuration                                           -->
+<!--                                                                       -->
+<!-- ===================================================================== -->
+
+<!-- $Id: oracle-xa-ds.xml 71535 2008-04-01 07:05:03Z adrian at jboss.org $ -->
+
+<!-- ===================================================================== -->
+<!-- ATTENTION:  DO NOT FORGET TO SET Pad=true IN transaction-service.xml  -->
+<!-- ===================================================================== -->
+
+<datasources>
+
+  <xa-datasource>
+    <jndi-name>CrashRecoveryDS</jndi-name>
+    <track-connection-by-tx>true</track-connection-by-tx> 
+    <isSameRM-override-value>false</isSameRM-override-value>
+    <xa-datasource-class>oracle.jdbc.xa.client.OracleXADataSource</xa-datasource-class>
+    <xa-datasource-property name="URL">jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(LOAD_BALANCE=ON)(ADDRESS=(PROTOCOL=TCP)(HOST=vmg24-vip.mw.lab.eng.bos.redhat.com)(PORT=1521))(ADDRESS=(PROTOCOL=TCP)(HOST=vmg25-vip.mw.lab.eng.bos.redhat.com)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=qarac.jboss)))</xa-datasource-property>
+    <xa-datasource-property name="User">crashrec</xa-datasource-property>
+    <xa-datasource-property name="Password">crashrec</xa-datasource-property>
+    <!-- Uses the pingDatabase method to check a connection is still valid before handing it out from the pool -->
+    <!--valid-connection-checker-class-name>org.jboss.resource.adapter.jdbc.vendor.OracleValidConnectionChecker</valid-connection-checker-class-name-->
+    <!-- Checks the Oracle error codes and messages for fatal errors -->
+    <exception-sorter-class-name>org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter</exception-sorter-class-name>
+    <!-- Oracles XA datasource cannot reuse a connection outside a transaction once enlisted in a global transaction and vice-versa -->
+    <no-tx-separate-pools/>
+
+      <!-- corresponding type-mapping in the standardjbosscmp-jdbc.xml (optional) -->
+      <metadata>
+         <type-mapping>Oracle9i</type-mapping>
+      </metadata>
+  </xa-datasource>
+
+</datasources>

Added: trunk/testsuite/src/resources/jbossts/resources/oracle-rac-r2-1-xa-ds.xml
===================================================================
--- trunk/testsuite/src/resources/jbossts/resources/oracle-rac-r2-1-xa-ds.xml	                        (rev 0)
+++ trunk/testsuite/src/resources/jbossts/resources/oracle-rac-r2-1-xa-ds.xml	2010-03-25 11:40:23 UTC (rev 102954)
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- ===================================================================== -->
+<!--                                                                       -->
+<!--  JBoss Server Configuration                                           -->
+<!--                                                                       -->
+<!-- ===================================================================== -->
+
+<!-- $Id: oracle-xa-ds.xml 71535 2008-04-01 07:05:03Z adrian at jboss.org $ -->
+
+<!-- ===================================================================== -->
+<!-- ATTENTION:  DO NOT FORGET TO SET Pad=true IN transaction-service.xml  -->
+<!-- ===================================================================== -->
+
+<datasources>
+
+  <xa-datasource>
+    <jndi-name>CrashRecoveryDS</jndi-name>
+    <track-connection-by-tx>true</track-connection-by-tx> 
+    <isSameRM-override-value>false</isSameRM-override-value>
+    <xa-datasource-class>oracle.jdbc.xa.client.OracleXADataSource</xa-datasource-class>
+    <xa-datasource-property name="URL">jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=vmg27-vip.mw.lab.eng.bos.redhat.com)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=qarac.jboss)))</xa-datasource-property>
+    <xa-datasource-property name="User">crashrec</xa-datasource-property>
+    <xa-datasource-property name="Password">crashrec</xa-datasource-property>
+    <!-- Uses the pingDatabase method to check a connection is still valid before handing it out from the pool -->
+    <!--valid-connection-checker-class-name>org.jboss.resource.adapter.jdbc.vendor.OracleValidConnectionChecker</valid-connection-checker-class-name-->
+    <!-- Checks the Oracle error codes and messages for fatal errors -->
+    <exception-sorter-class-name>org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter</exception-sorter-class-name>
+    <!-- Oracles XA datasource cannot reuse a connection outside a transaction once enlisted in a global transaction and vice-versa -->
+    <no-tx-separate-pools/>
+
+      <!-- corresponding type-mapping in the standardjbosscmp-jdbc.xml (optional) -->
+      <metadata>
+         <type-mapping>Oracle9i</type-mapping>
+      </metadata>
+  </xa-datasource>
+
+</datasources>

Added: trunk/testsuite/src/resources/jbossts/resources/oracle-rac-r2-2-xa-ds.xml
===================================================================
--- trunk/testsuite/src/resources/jbossts/resources/oracle-rac-r2-2-xa-ds.xml	                        (rev 0)
+++ trunk/testsuite/src/resources/jbossts/resources/oracle-rac-r2-2-xa-ds.xml	2010-03-25 11:40:23 UTC (rev 102954)
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- ===================================================================== -->
+<!--                                                                       -->
+<!--  JBoss Server Configuration                                           -->
+<!--                                                                       -->
+<!-- ===================================================================== -->
+
+<!-- $Id: oracle-xa-ds.xml 71535 2008-04-01 07:05:03Z adrian at jboss.org $ -->
+
+<!-- ===================================================================== -->
+<!-- ATTENTION:  DO NOT FORGET TO SET Pad=true IN transaction-service.xml  -->
+<!-- ===================================================================== -->
+
+<datasources>
+
+  <xa-datasource>
+    <jndi-name>RecoveryDS</jndi-name>
+    <track-connection-by-tx>true</track-connection-by-tx> 
+    <isSameRM-override-value>false</isSameRM-override-value>
+    <xa-datasource-class>oracle.jdbc.xa.client.OracleXADataSource</xa-datasource-class>
+    <xa-datasource-property name="URL">jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=vmg28-vip.mw.lab.eng.bos.redhat.com)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=qarac.jboss)))</xa-datasource-property>
+    <xa-datasource-property name="User">crashrec</xa-datasource-property>
+    <xa-datasource-property name="Password">crashrec</xa-datasource-property>
+    <!-- Uses the pingDatabase method to check a connection is still valid before handing it out from the pool -->
+    <!--valid-connection-checker-class-name>org.jboss.resource.adapter.jdbc.vendor.OracleValidConnectionChecker</valid-connection-checker-class-name-->
+    <!-- Checks the Oracle error codes and messages for fatal errors -->
+    <exception-sorter-class-name>org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter</exception-sorter-class-name>
+    <!-- Oracles XA datasource cannot reuse a connection outside a transaction once enlisted in a global transaction and vice-versa -->
+    <no-tx-separate-pools/>
+
+      <!-- corresponding type-mapping in the standardjbosscmp-jdbc.xml (optional) -->
+      <metadata>
+         <type-mapping>Oracle9i</type-mapping>
+      </metadata>
+  </xa-datasource>
+
+</datasources>

Added: trunk/testsuite/src/resources/jbossts/resources/oracle-rac-r2-lb-xa-ds.xml
===================================================================
--- trunk/testsuite/src/resources/jbossts/resources/oracle-rac-r2-lb-xa-ds.xml	                        (rev 0)
+++ trunk/testsuite/src/resources/jbossts/resources/oracle-rac-r2-lb-xa-ds.xml	2010-03-25 11:40:23 UTC (rev 102954)
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- ===================================================================== -->
+<!--                                                                       -->
+<!--  JBoss Server Configuration                                           -->
+<!--                                                                       -->
+<!-- ===================================================================== -->
+
+<!-- $Id: oracle-xa-ds.xml 71535 2008-04-01 07:05:03Z adrian at jboss.org $ -->
+
+<!-- ===================================================================== -->
+<!-- ATTENTION:  DO NOT FORGET TO SET Pad=true IN transaction-service.xml  -->
+<!-- ===================================================================== -->
+
+<datasources>
+
+  <xa-datasource>
+    <jndi-name>CrashRecoveryDS</jndi-name>
+    <track-connection-by-tx>true</track-connection-by-tx> 
+    <isSameRM-override-value>false</isSameRM-override-value>
+    <xa-datasource-class>oracle.jdbc.xa.client.OracleXADataSource</xa-datasource-class>
+    <xa-datasource-property name="URL">jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(LOAD_BALANCE=ON)(ADDRESS=(PROTOCOL=TCP)(HOST=vmg27-vip.mw.lab.eng.bos.redhat.com)(PORT=1521))(ADDRESS=(PROTOCOL=TCP)(HOST=vmg28-vip.mw.lab.eng.bos.redhat.com)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=qarac.jboss)))</xa-datasource-property>
+    <xa-datasource-property name="User">crashrec</xa-datasource-property>
+    <xa-datasource-property name="Password">crashrec</xa-datasource-property>
+    <!-- Uses the pingDatabase method to check a connection is still valid before handing it out from the pool -->
+    <!--valid-connection-checker-class-name>org.jboss.resource.adapter.jdbc.vendor.OracleValidConnectionChecker</valid-connection-checker-class-name-->
+    <!-- Checks the Oracle error codes and messages for fatal errors -->
+    <exception-sorter-class-name>org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter</exception-sorter-class-name>
+    <!-- Oracles XA datasource cannot reuse a connection outside a transaction once enlisted in a global transaction and vice-versa -->
+    <no-tx-separate-pools/>
+
+      <!-- corresponding type-mapping in the standardjbosscmp-jdbc.xml (optional) -->
+      <metadata>
+         <type-mapping>Oracle9i</type-mapping>
+      </metadata>
+  </xa-datasource>
+
+</datasources>

Added: trunk/testsuite/src/resources/jbossts/resources/oracle-rac1-xa-ds.xml
===================================================================
--- trunk/testsuite/src/resources/jbossts/resources/oracle-rac1-xa-ds.xml	                        (rev 0)
+++ trunk/testsuite/src/resources/jbossts/resources/oracle-rac1-xa-ds.xml	2010-03-25 11:40:23 UTC (rev 102954)
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- ===================================================================== -->
+<!--                                                                       -->
+<!--  JBoss Server Configuration                                           -->
+<!--                                                                       -->
+<!-- ===================================================================== -->
+
+<!-- $Id: oracle-xa-ds.xml 71535 2008-04-01 07:05:03Z adrian at jboss.org $ -->
+
+<!-- ===================================================================== -->
+<!-- ATTENTION:  DO NOT FORGET TO SET Pad=true IN transaction-service.xml  -->
+<!-- ===================================================================== -->
+
+<datasources>
+
+  <xa-datasource>
+    <jndi-name>CrashRecoveryDS</jndi-name>
+    <track-connection-by-tx>true</track-connection-by-tx> 
+    <isSameRM-override-value>false</isSameRM-override-value>
+    <xa-datasource-class>oracle.jdbc.xa.client.OracleXADataSource</xa-datasource-class>
+    <xa-datasource-property name="URL">jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=vmg24-vip.mw.lab.eng.bos.redhat.com)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=qarac.jboss)))</xa-datasource-property>
+    <xa-datasource-property name="User">crashrec</xa-datasource-property>
+    <xa-datasource-property name="Password">crashrec</xa-datasource-property>
+    <!-- Uses the pingDatabase method to check a connection is still valid before handing it out from the pool -->
+    <!--valid-connection-checker-class-name>org.jboss.resource.adapter.jdbc.vendor.OracleValidConnectionChecker</valid-connection-checker-class-name-->
+    <!-- Checks the Oracle error codes and messages for fatal errors -->
+    <exception-sorter-class-name>org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter</exception-sorter-class-name>
+    <!-- Oracles XA datasource cannot reuse a connection outside a transaction once enlisted in a global transaction and vice-versa -->
+    <no-tx-separate-pools/>
+
+      <!-- corresponding type-mapping in the standardjbosscmp-jdbc.xml (optional) -->
+      <metadata>
+         <type-mapping>Oracle9i</type-mapping>
+      </metadata>
+  </xa-datasource>
+
+</datasources>

Added: trunk/testsuite/src/resources/jbossts/resources/oracle-rac2-xa-ds.xml
===================================================================
--- trunk/testsuite/src/resources/jbossts/resources/oracle-rac2-xa-ds.xml	                        (rev 0)
+++ trunk/testsuite/src/resources/jbossts/resources/oracle-rac2-xa-ds.xml	2010-03-25 11:40:23 UTC (rev 102954)
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- ===================================================================== -->
+<!--                                                                       -->
+<!--  JBoss Server Configuration                                           -->
+<!--                                                                       -->
+<!-- ===================================================================== -->
+
+<!-- $Id: oracle-xa-ds.xml 71535 2008-04-01 07:05:03Z adrian at jboss.org $ -->
+
+<!-- ===================================================================== -->
+<!-- ATTENTION:  DO NOT FORGET TO SET Pad=true IN transaction-service.xml  -->
+<!-- ===================================================================== -->
+
+<datasources>
+
+  <xa-datasource>
+    <jndi-name>RecoveryDS</jndi-name>
+    <track-connection-by-tx>true</track-connection-by-tx> 
+    <isSameRM-override-value>false</isSameRM-override-value>
+    <xa-datasource-class>oracle.jdbc.xa.client.OracleXADataSource</xa-datasource-class>
+    <xa-datasource-property name="URL">jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=vmg25-vip.mw.lab.eng.bos.redhat.com)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=qarac.jboss)))</xa-datasource-property>
+    <xa-datasource-property name="User">crashrec</xa-datasource-property>
+    <xa-datasource-property name="Password">crashrec</xa-datasource-property>
+    <!-- Uses the pingDatabase method to check a connection is still valid before handing it out from the pool -->
+    <!--valid-connection-checker-class-name>org.jboss.resource.adapter.jdbc.vendor.OracleValidConnectionChecker</valid-connection-checker-class-name-->
+    <!-- Checks the Oracle error codes and messages for fatal errors -->
+    <exception-sorter-class-name>org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter</exception-sorter-class-name>
+    <!-- Oracles XA datasource cannot reuse a connection outside a transaction once enlisted in a global transaction and vice-versa -->
+    <no-tx-separate-pools/>
+
+      <!-- corresponding type-mapping in the standardjbosscmp-jdbc.xml (optional) -->
+      <metadata>
+         <type-mapping>Oracle9i</type-mapping>
+      </metadata>
+  </xa-datasource>
+
+</datasources>

Added: trunk/testsuite/src/resources/jbossts/resources/oracle11-r2-xa-ds.xml
===================================================================
--- trunk/testsuite/src/resources/jbossts/resources/oracle11-r2-xa-ds.xml	                        (rev 0)
+++ trunk/testsuite/src/resources/jbossts/resources/oracle11-r2-xa-ds.xml	2010-03-25 11:40:23 UTC (rev 102954)
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- ===================================================================== -->
+<!--                                                                       -->
+<!--  JBoss Server Configuration                                           -->
+<!--                                                                       -->
+<!-- ===================================================================== -->
+
+<!-- $Id: oracle-xa-ds.xml 71535 2008-04-01 07:05:03Z adrian at jboss.org $ -->
+
+<!-- ===================================================================== -->
+<!-- ATTENTION:  DO NOT FORGET TO SET Pad=true IN transaction-service.xml  -->
+<!-- ===================================================================== -->
+
+<datasources>
+
+  <xa-datasource>
+    <jndi-name>CrashRecoveryDS</jndi-name>
+    <track-connection-by-tx>true</track-connection-by-tx> 
+    <isSameRM-override-value>false</isSameRM-override-value>
+    <xa-datasource-class>oracle.jdbc.xa.client.OracleXADataSource</xa-datasource-class>
+    <xa-datasource-property name="URL">jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=vmg27-vip.mw.lab.eng.bos.redhat.com)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=qarac.jboss)))</xa-datasource-property>
+    <xa-datasource-property name="User">crashrec</xa-datasource-property>
+    <xa-datasource-property name="Password">crashrec</xa-datasource-property>
+    <!-- Uses the pingDatabase method to check a connection is still valid before handing it out from the pool -->
+    <!--valid-connection-checker-class-name>org.jboss.resource.adapter.jdbc.vendor.OracleValidConnectionChecker</valid-connection-checker-class-name-->
+    <!-- Checks the Oracle error codes and messages for fatal errors -->
+    <exception-sorter-class-name>org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter</exception-sorter-class-name>
+    <!-- Oracles XA datasource cannot reuse a connection outside a transaction once enlisted in a global transaction and vice-versa -->
+    <no-tx-separate-pools/>
+
+      <!-- corresponding type-mapping in the standardjbosscmp-jdbc.xml (optional) -->
+      <metadata>
+         <type-mapping>Oracle9i</type-mapping>
+      </metadata>
+  </xa-datasource>
+
+</datasources>

Modified: trunk/testsuite/src/resources/jbossts/scripts/as-tests.xml
===================================================================
--- trunk/testsuite/src/resources/jbossts/scripts/as-tests.xml	2010-03-25 11:11:34 UTC (rev 102953)
+++ trunk/testsuite/src/resources/jbossts/scripts/as-tests.xml	2010-03-25 11:40:23 UTC (rev 102954)
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 
-<project name="crashrecovery-tests" default="crash-tests" basedir="."
+<project name="crashrecovery-tests" default="as-tests" basedir="."
          xmlns:astest="http://jboss.org/ns/test/ant/astest">
 
   <property environment="env"/>
@@ -63,6 +63,9 @@
     <condition property="want.oracle_11">
        <equals arg1="${jbossts.db}" arg2="oracle_11"/>
     </condition>
+    <condition property="want.oracle_11_r2">
+       <equals arg1="${jbossts.db}" arg2="oracle_11_r2"/>
+    </condition>
     <condition property="want.db2_9.7">
        <equals arg1="${jbossts.db}" arg2="db2_9.7"/>
     </condition>
@@ -78,6 +81,18 @@
     <condition property="want.mssql_2008">
        <equals arg1="${jbossts.db}" arg2="mssql_2008"/>
     </condition>
+    <condition property="want.oracle_rac">
+       <equals arg1="${jbossts.db}" arg2="oracle_rac"/>
+    </condition>
+    <condition property="want.oracle_rac_lb">
+       <equals arg1="${jbossts.db}" arg2="oracle_rac_lb"/>
+    </condition>
+    <condition property="want.oracle_rac_r2">
+       <equals arg1="${jbossts.db}" arg2="oracle_rac_r2"/>
+    </condition>
+    <condition property="want.oracle_rac_r2_lb">
+       <equals arg1="${jbossts.db}" arg2="oracle_rac_r2_lb"/>
+    </condition>
   </target>
 	
   <target name="want-all-dbs">
@@ -86,11 +101,16 @@
   	<property name="want.sybase_15" value="true" />
   	<property name="want.oracle_10" value="true" />
   	<property name="want.oracle_11" value="true" />
+  	<property name="want.oracle_11_r2" value="true" />
   	<property name="want.db2_9.7" value="true" />
   	<property name="want.mysql_5.0" value="true" />
   	<property name="want.mysql_5.1" value="true" />
   	<property name="want.mssql_2005" value="true" />
   	<property name="want.mssql_2008" value="true" />
+  	<property name="want.oracle_rac" value="true" />
+  	<property name="want.oracle_rac_lb" value="true" />
+  	<property name="want.oracle_rac_r2" value="true" />
+  	<property name="want.oracle_rac_r2_lb" value="true" />
   </target>
 
   <target name="set-tstype">
@@ -170,12 +190,17 @@
   	<antcall target="call-tests-for-psql_8.3"/>
   	<antcall target="call-tests-for-oracle_10"/>
   	<antcall target="call-tests-for-oracle_11"/>
+  	<antcall target="call-tests-for-oracle_11_r2"/>
   	<antcall target="call-tests-for-mssql_2005"/>
   	<antcall target="call-tests-for-mssql_2008"/>
   	<antcall target="call-tests-for-mysql_5.0"/>
   	<antcall target="call-tests-for-mysql_5.1"/>
   	<antcall target="call-tests-for-db2_9.7"/>
   	<antcall target="call-tests-for-sybase_15"/>
+  	<antcall target="call-tests-for-oracle_rac"/>
+  	<antcall target="call-tests-for-oracle_rac_lb"/>
+  	<antcall target="call-tests-for-oracle_rac_r2"/>
+  	<antcall target="call-tests-for-oracle_rac_r2_lb"/>
   </target>
 
   <target name="call-tests-for-psql_8.2" if="want.psql_8.2">
@@ -210,6 +235,46 @@
     </antcall>
   </target>
 
+  <target name="call-tests-for-oracle_11_r2" if="want.oracle_11_r2">
+    <antcall target="${call.target}">
+      <param name="dbdriver" value="${driver.name.oracle_11}"/>
+      <param name="datasource" value="oracle11-r2-xa-ds.xml" /> 
+      <param name="dbname" value="oracle11_r2" /> 
+    </antcall>
+  </target>
+
+  <target name="call-tests-for-oracle_rac" if="want.oracle_rac">
+    <antcall target="${call.target}">
+      <param name="dbdriver" value="${driver.name.oracle_11}"/>
+      <param name="datasource" value="oracle-rac1-xa-ds.xml" /> 
+      <param name="dbname" value="oracle_rac" /> 
+    </antcall>
+  </target>
+
+  <target name="call-tests-for-oracle_rac_lb" if="want.oracle_rac_lb">
+    <antcall target="${call.target}">
+      <param name="dbdriver" value="${driver.name.oracle_11}"/>
+      <param name="datasource" value="oracle-rac-lb-xa-ds.xml" /> 
+      <param name="dbname" value="oracle_rac_lb" /> 
+    </antcall>
+  </target>
+
+  <target name="call-tests-for-oracle_rac_r2" if="want.oracle_rac_r2">
+    <antcall target="${call.target}">
+      <param name="dbdriver" value="${driver.name.oracle_11}"/>
+      <param name="datasource" value="oracle-rac-r2-1-xa-ds.xml" /> 
+      <param name="dbname" value="oracle_rac_r2" /> 
+    </antcall>
+  </target>
+
+  <target name="call-tests-for-oracle_rac_r2_lb" if="want.oracle_rac_r2_lb">
+    <antcall target="${call.target}">
+      <param name="dbdriver" value="${driver.name.oracle_11}"/>
+      <param name="datasource" value="oracle-rac-r2-lb-xa-ds.xml" /> 
+      <param name="dbname" value="oracle_rac_r2_lb" /> 
+    </antcall>
+  </target>
+
   <target name="call-tests-for-mssql_2005" if="want.mssql_2005">
   	<antcall target="${call.target}">
   	  <param name="dbdriver" value="${driver.name.mssql_2005}"/>
@@ -258,8 +323,9 @@
     </antcall>
   </target>
 
-  <target name="crash-tests-for-database" depends="crash-tests-for-database-cmt, crash-tests-for-database-bmt" />
 
+  <target name="crash-tests-for-database" depends="hack-before-astest-run, start-appserver-for-crash-tests, crash-tests-for-database-cmt, crash-tests-for-database-bmt, hack-after-astest-run" />
+
   <target name="crash-tests-for-database-cmt" if="want.cmt">
     <antcall target="crash-tests-all-testcases"><param name="cmt" value="true" /></antcall>
   </target>
@@ -279,56 +345,90 @@
   		         testcase-commit_halt-rev" />
 
   <target name="testcase-none" if="want.none">
-        <antcall target="execute-crash-recovery-test">
+        <antcall target="crash-recovery-test">
             <param name="specs" value="none"/><param name="reverseOrder" value="false"/><param name="rollbackExpected" value="false"/>
         </antcall>
   </target>
 
   <target name="testcase-none-rev" if="want.none.rev">
-        <antcall target="execute-crash-recovery-test">
+        <antcall target="crash-recovery-test">
         	<param name="specs" value="none"/><param name="reverseOrder" value="true"/><param name="rollbackExpected" value="false"/>
         </antcall>
   </target>
 
   <target name="testcase-prepare_ex" if="want.prepare_ex">
-        <antcall target="execute-crash-recovery-test">
+        <antcall target="crash-recovery-test">
         	<param name="specs" value="prepare_ex"/><param name="reverseOrder" value="false"/><param name="rollbackExpected" value="true"/>
         </antcall>
   </target>
 
   <target name="testcase-prepare_ex-rev" if="want.prepare_ex.rev">
-        <antcall target="execute-crash-recovery-test">
+        <antcall target="crash-recovery-test">
         	<param name="specs" value="prepare_ex"/><param name="reverseOrder" value="true"/><param name="rollbackExpected" value="true"/>
         </antcall>
   </target>
 
   <target name="testcase-prepare_halt" if="want.prepare_halt">
-        <antcall target="execute-crash-recovery-test">
+        <antcall target="crash-recovery-test">
         	<param name="specs" value="prepare_halt"/><param name="reverseOrder" value="false"/><param name="rollbackExpected" value="true"/>
         </antcall>
   </target>
 
   <target name="testcase-prepare_halt-rev" if="want.prepare_halt.rev">
-        <antcall target="execute-crash-recovery-test">
+        <antcall target="crash-recovery-test">
         	<param name="specs" value="prepare_halt"/><param name="reverseOrder" value="true"/><param name="rollbackExpected" value="true"/>
         </antcall>
   </target>
 
   <target name="testcase-commit_halt-rev" if="want.commit_halt.rev">
-        <antcall target="execute-crash-recovery-test">
+        <antcall target="crash-recovery-test">
         	<param name="specs" value="commit_halt"/><param name="reverseOrder" value="true"/><param name="rollbackExpected" value="false"/>
         </antcall>  	
   </target>
 
   <target name="testcase-commit_halt" if="want.commit_halt">
         <!-- DISABLED test-case: this test scenario is invalid for the current version of JBossTS --> 
-        <antcall target="execute-crash-recovery-test">
+        <antcall target="crash-recovery-test">
         	<param name="specs" value="commit_halt"/><param name="reverseOrder" value="false"/><param name="rollbackExpected" value="false"/>
         </antcall>
   </target>
 
-  <target name="execute-crash-recovery-test" depends="hack-before-astest-run, crash-recovery-test, hack-after-astest-run" />
-  
+  <target name="start-appserver-for-crash-tests">
+      <condition property="astest.app.jar.name" value="${astest.alternative.jar.name}">
+        <isset property="astest.alternative.jar.name"/>
+      </condition>
+      <property name="astest.app.jar.name" value="${astest.jar.name}" />
+
+      <astest:server method="start" serverName="crashrecovery-${tstype}" >
+        <deploy from="dbdrivers/${dbdriver}" to="lib/${dbdriver}" />
+        <deploy from="resources/${datasource}" to="deploy/${datasource}" />
+        <deploy from="${astest.jar.deploy.dir}/${astest.app.jar.name}" to="deploy/${astest.app.jar.name}" />
+      </astest:server>
+  </target>
+
+  <target name="stop-appserver-for-crash-tests">
+      <astest:server method="stop" serverName="crashrecovery-${tstype}" >
+        <undeploy from="deploy/${astest.app.jar.name}" />
+        <undeploy from="deploy/${datasource}" />
+        <undeploy from="lib/${dbdriver}" />    	
+      </astest:server>
+      
+      <!-- archive the server log -->
+      <zip destfile="${jboss.home}/server/crashrecovery-${tstype}/log/server-${dbname}.log.zip">
+        <fileset file="${jboss.home}/server/crashrecovery-${tstype}/log/server.log"/>
+        <fileset file="${jboss.home}/server/crashrecovery-${tstype}/log/boot.log"/>
+      </zip>
+      <delete file="${jboss.home}/server/crashrecovery-${tstype}/log/server.log"/>
+      <delete file="${jboss.home}/server/crashrecovery-${tstype}/log/boot.log"/>
+      <copy todir="${jboss.home}/server/crashrecovery-${tstype}/data/tx-object-store-${dbname}"> 
+        <fileset dir="${jboss.home}/server/crashrecovery-${tstype}/data/tx-object-store" />
+      </copy>
+      <delete dir="${jboss.home}/server/crashrecovery-${tstype}/data/tx-object-store"/>
+      <!-- delete work and tmp dirs otherwise tests failed due to permgen space - FIXME is this the right way how to ensure that? -->
+      <delete dir="${jboss.home}/server/crashrecovery-${tstype}/work"/>
+      <delete dir="${jboss.home}/server/crashrecovery-${tstype}/tmp"/>
+  </target>
+
   <!--
     Note: If you want to wipe out txs in doubt before and after test you have to set property 'wipeOutTxsInDoubt' to true.
     -->
@@ -351,21 +451,11 @@
       </condition>
       <property name="testname" value="${tstype}-${specs}-${test.name.cmt}${test.name.reverseOrder}"/>
 
-      <condition property="astest.app.jar.name" value="${astest.alternative.jar.name}">
-        <isset property="astest.alternative.jar.name"/>
-      </condition>
-      <property name="astest.app.jar.name" value="${astest.jar.name}" />
-
       <condition property="storeType" value="StateManager/BasicAction/TwoPhaseCoordinator/ArjunaTransactionImple">
         <equals arg1="${tstype}" arg2="jts" />
       </condition>
       <property name="storeType" value="StateManager/BasicAction/TwoPhaseCoordinator/AtomicAction" />
      
-      <astest:server method="start" serverName="crashrecovery-${tstype}" >
-        <deploy from="dbdrivers/${dbdriver}" to="lib/${dbdriver}" />
-        <deploy from="resources/${datasource}" to="deploy/${datasource}" />
-        <deploy from="${astest.jar.deploy.dir}/${astest.app.jar.name}" to="deploy/${astest.app.jar.name}" />
-      </astest:server>
       <astest:action abortOnFail="false" waitFor="10000" impl="org.jboss.test.jbossts.taskdefs.JUnitClientAction">
         <param key="testClass" value="org.jboss.test.jbossts.ASCrashRecovery01.TestWithJPA" />
         <param key="name" value="${dbname}-${testname}" />
@@ -381,47 +471,23 @@
         <param key="reportFile" value="${build.reports}/TEST-org.jboss.test.jbossts.ASCrashRecovery01.TestWithJPA-${dbname}-${testname}.xml" />
         <param key="testTime" value="${testTime}" />
       </astest:action>
-      <astest:server method="stop" serverName="crashrecovery-${tstype}" >
-        <undeploy from="deploy/${astest.app.jar.name}" />
-        <undeploy from="deploy/${datasource}" />
-        <undeploy from="lib/${dbdriver}" />    	
-      </astest:server>
       
-      <!-- archive the server log -->
-      <zip destfile="${jboss.home}/server/crashrecovery-${tstype}/log/server-${dbname}-${testname}.log.zip">
-   	    <fileset file="${jboss.home}/server/crashrecovery-${tstype}/log/server.log"/>
-   	  </zip>
-      <delete file="${jboss.home}/server/crashrecovery-${tstype}/log/server.log"/>
-      <zip destfile="${jboss.home}/server/crashrecovery-${tstype}/log/boot-${dbname}-${testname}.log.zip">
-        <fileset file="${jboss.home}/server/crashrecovery-${tstype}/log/boot.log"/>
-      </zip>
-      <delete file="${jboss.home}/server/crashrecovery-${tstype}/log/boot.log"/>
-      <copy todir="${jboss.home}/server/crashrecovery-${tstype}/data/tx-object-store-${dbname}-${testname}"> 
-        <fileset dir="${jboss.home}/server/crashrecovery-${tstype}/data/tx-object-store" />
-      </copy>
-      <delete dir="${jboss.home}/server/crashrecovery-${tstype}/data/tx-object-store"/>
-      <!-- delete work and tmp dirs otherwise tests failed due to permgen space - FIXME is this the right way how to ensure that? -->
-      <delete dir="${jboss.home}/server/crashrecovery-${tstype}/work"/>
-      <delete dir="${jboss.home}/server/crashrecovery-${tstype}/tmp"/>
-      
     </sequential>
   </target>
 
-  <target name="hack-before-astest-run" depends="hack-before-astest-run-for-db2_9.7" />
+  <target name="hack-before-astest-run" depends="hack-before-astest-run-for-db2_9.7, hack-before-astest-run-for-oracle_rac, hack-before-astest-run-for-oracle_rac_r2" />
   
-  <target name="hack-after-astest-run" depends="hack-after-astest-run-for-db2_9.7" />
+  <target name="hack-after-astest-run" depends="hack-after-astest-run-for-db2_9.7, hack-after-astest-run-for-oracle_rac, hack-after-astest-run-for-oracle_rac_r2" />
   
   <target name="hack-before-astest-run-for-db2_9.7" if="want.db2_9.7">
   	<!-- deploy license .jar file  -->
   	<copy file="${product.dir}/dbdrivers/db2jcc_license_cu.jar" todir="${jboss.home}/server/crashrecovery-${tstype}/lib" />
-  	
   	<!-- prepare hacked astest jar -->
   	<property name="astest.alternative.jar.name" value="db2-${astest.jar.name}" />
   	
   	<available file="${astest.jar.dir}/${astest.alternative.jar.name}" 
   	    property="have.db2.astest.alternative.jar" />
     <antcall target="prepare-db2-alternative-jar" />
-  	    
   </target>
   
   <target name="prepare-db2-alternative-jar" unless="have.db2.astest.alternative.jar">
@@ -448,8 +514,45 @@
   	<delete file="${jboss.home}/server/crashrecovery-${tstype}/lib/db2jcc_license_cu.jar" />
   </target>
   
+  <target name="hack-before-astest-run-for-oracle_rac" if="want.oracle_rac">
+    <antcall target="hack-before-astest-run-for-oracle_racs"><param name="oracle_rac_second_ds" value="oracle-rac2-xa-ds.xml"/></antcall>
+  </target>
   
+  <target name="hack-after-astest-run-for-oracle_rac" if="want.oracle_rac">
+    <antcall target="hack-after-astest-run-for-oracle_racs"><param name="oracle_rac_second_ds" value="oracle-rac2-xa-ds.xml"/></antcall>
+  </target>
+
+  <target name="hack-before-astest-run-for-oracle_rac_r2" if="want.oracle_rac_r2">
+    <antcall target="hack-before-astest-run-for-oracle_racs"><param name="oracle_rac_second_ds" value="oracle-rac-r2-2-xa-ds.xml"/></antcall>
+  </target>
   
+  <target name="hack-after-astest-run-for-oracle_rac_r2" if="want.oracle_rac_r2">
+    <antcall target="hack-after-astest-run-for-oracle_racs"><param name="oracle_rac_second_ds" value="oracle-rac-r2-2-xa-ds.xml"/></antcall>
+  </target>
+
+  <target name="hack-before-astest-run-for-oracle_racs">
+    <!-- deploy the second DS configuration  -->
+    <copy file="${product.dir}/resources/${oracle_rac_second_ds}" todir="${jboss.home}/server/crashrecovery-${tstype}/deploy" />
+
+    <!-- hack the configuration of JBossTS in order to use the second datasource for crash recovery -->
+    <replace file="${jboss.home}/server/crashrecovery-${tstype}/deploy/transaction-jboss-beans.xml">
+      <replacetoken><![CDATA[com.arjuna.ats.internal.jbossatx.jta.AppServerJDBCXARecovery;jndiname=CrashRecoveryDS]]></replacetoken>
+      <replacevalue><![CDATA[com.arjuna.ats.internal.jbossatx.jta.AppServerJDBCXARecovery;jndiname=RecoveryDS]]></replacevalue>
+    </replace>
+  </target>
+
+  <target name="hack-after-astest-run-for-oracle_racs">
+    <!-- undeploy the second DS configuration -->
+    <delete file="${jboss.home}/server/crashrecovery-${tstype}/deploy/${oracle_rac_second_ds}" />
+  	
+    <!-- unhack the configuration of JBossTS -->
+    <replace file="${jboss.home}/server/crashrecovery-${tstype}/deploy/transaction-jboss-beans.xml">
+      <replacetoken><![CDATA[com.arjuna.ats.internal.jbossatx.jta.AppServerJDBCXARecovery;jndiname=RecoveryDS]]></replacetoken>
+      <replacevalue><![CDATA[com.arjuna.ats.internal.jbossatx.jta.AppServerJDBCXARecovery;jndiname=CrashRecoveryDS]]></replacevalue>
+    </replace>
+  </target>
+  
+  
   <!-- 
     Do use this target if you want to wipe out txs in doubt in all databases. 
     -->
@@ -502,22 +605,32 @@
     <property name="driver.name.oracle_10" value="ojdbc14.jar"/>
     <property name="driver.name.oracle_11" value="ojdbc6.jar"/>
     <property name="driver.name.db2_9.7" value="db2jcc.jar"/>
-    <property name="driver.name.mysql_5.0" value="mysql-connector-java-5.0.8.jar"/>
-    <property name="driver.name.mysql_5.1" value="mysql-connector-java-5.1.7.jar"/>
+    <property name="driver.name.mysql_5.0" value="mysql-connector-java-5.0.jar"/>
+    <property name="driver.name.mysql_5.1" value="mysql-connector-java-5.1.jar"/>
     <property name="driver.name.mssql_2005" value="sqljdbc4.jar"/>
     <property name="driver.name.mssql_2008" value="sqljdbc4.jar"/>
 	
     <target name="prepare-drivers">
+       <available file="${driver.home}/${driver.name.psql_8.2}" property="have.dbdriver.psql_8.2" value="true"/>      
+       <available file="${driver.home}/${driver.name.psql_8.3}" property="have.dbdriver.psql_8.3" value="true"/>      
+       <available file="${driver.home}/${driver.name.sybase_15}" property="have.dbdriver.sybase_15" value="true"/>
        <available file="${driver.home}/${driver.name.oracle_10}" property="have.dbdriver.oracle_10" value="true"/>   	
        <available file="${driver.home}/${driver.name.oracle_11}" property="have.dbdriver.oracle_11" value="true"/>      
+       <available file="${driver.home}/${driver.name.db2_9.7}" property="have.dbdriver.db2_9.7" value="true"/>      
+       <available file="${driver.home}/${driver.name.mysql_5.0}" property="have.dbdriver.mysql_5.0" value="true"/>      
+       <available file="${driver.home}/${driver.name.mysql_5.1}" property="have.dbdriver.mysql_5.1" value="true"/>      
        <available file="${driver.home}/${driver.name.mssql_2005}" property="have.dbdriver.mssql_2005" value="true"/>      
-       <available file="${driver.home}/${driver.name.mssql_2008}" property="have.dbdriver.mssql_2008" value="true"/>      
-       <available file="${driver.home}/${driver.name.psql_8.3}" property="have.dbdriver.psql_8.3" value="true"/>      
-       <available file="${driver.home}/${driver.name.psql_8.2}" property="have.dbdriver.psql_8.2" value="true"/>      
-       <available file="${driver.home}/${driver.name.mysql_5.1}" property="have.dbdriver.mysql_5.1" value="true"/>      
-       <available file="${driver.home}/${driver.name.mysql_5.0}" property="have.dbdriver.mysql_5.0" value="true"/>      
-       <available file="${driver.home}/${driver.name.db2_9.7}" property="have.dbdriver.db2_9.7" value="true"/>      
-       <available file="${driver.home}/${driver.name.sybase_15}" property="have.dbdriver.sybase_15" value="true"/>
+       <available file="${driver.home}/${driver.name.mssql_2008}" property="have.dbdriver.mssql_2008" value="true"/>
+       <condition property="want.dbdriver.oracle_11">
+          <or>
+             <istrue value="${want.oracle_11}"/>
+             <istrue value="${want.oracle_11_r2}"/>
+             <istrue value="${want.oracle_rac}"/>
+             <istrue value="${want.oracle_rac_lb}"/>
+             <istrue value="${want.oracle_rac_r2}"/>
+             <istrue value="${want.oracle_rac_r2_lb}"/>
+          </or>
+       </condition>
        
        <mkdir dir="${driver.home}" />
        <antcall target="get.drivers" />
@@ -539,8 +652,8 @@
         <get src="${driver.url}/maven2/com/oracle/ojdbc14/10.2.0.4/ojdbc14-10.2.0.4.jar"
              dest="${driver.home}/${driver.name.oracle_10}"/>
     </target>
-    <target name="get.driver.oracle_11" unless="have.dbdriver.oracle_11" if="want.oracle_11">
-        <get src="${driver.url}/maven2/com/oracle/ojdbc6/11.1.0.7.0/ojdbc6-11.1.0.7.0.jar"
+    <target name="get.driver.oracle_11" unless="have.dbdriver.oracle_11" if="want.dbdriver.oracle_11">
+        <get src="${driver.url}/maven2/com/oracle/ojdbc6/11.2.0.1.0/ojdbc6-11.2.0.1.0.jar"
              dest="${driver.home}/${driver.name.oracle_11}"/>
     </target>
     <target name="get.driver.mssql_2005" unless="have.dbdriver.mssql_2005" if="want.mssql_2005">
@@ -552,15 +665,15 @@
              dest="${driver.home}/${driver.name.mssql_2008}"/>
     </target>
     <target name="get.driver.psql_8.3" unless="have.dbdriver.psql_8.3" if="want.psql_8.3">
-        <get src="${driver.url}/maven2/postgresql/postgresql/8.3-604/postgresql-8.3-604-jdbc4.jar"
+        <get src="${driver.url}/postgresql-8.3-605-jdbc4.jar"
              dest="${driver.home}/${driver.name.psql_8.3}"/>
     </target>
     <target name="get.driver.psql_8.2" unless="have.dbdriver.psql_8.2" if="want.psql_8.2">
-        <get src="${driver.url}/maven2/postgresql/postgresql/8.2-504/postgresql-8.2-504-jdbc3.jar"
+        <get src="${driver.url}/postgresql-8.2-510-jdbc4.jar"
              dest="${driver.home}/${driver.name.psql_8.2}"/>
     </target>
     <target name="get.driver.mysql_5.1" unless="have.dbdriver.mysql_5.1" if="want.mysql_5.1">
-        <get src="${driver.url}/maven2/mysql/mysql-connector-java/5.1.7/mysql-connector-java-5.1.7.jar"
+        <get src="${driver.url}/maven2/mysql/mysql-connector-java/5.1.8/mysql-connector-java-5.1.8.jar"
              dest="${driver.home}/${driver.name.mysql_5.1}"/>
     </target>
     <target name="get.driver.mysql_5.0" unless="have.dbdriver.mysql_5.0" if="want.mysql_5.0">
@@ -568,13 +681,13 @@
              dest="${driver.home}/${driver.name.mysql_5.0}"/>
     </target>
     <target name="get.driver.db2_9.7" unless="have.dbdriver.db2_9.7" if="want.db2_9.7">
-        <get src="${driver.url}/maven2/com/ibm/db2jcc/3.1.57/db2jcc-3.1.57.jar"
+        <get src="${driver.url}/maven2/com/ibm/db2jcc/3.57.86/db2jcc-3.57.86.jar"
              dest="${driver.home}/${driver.name.db2_9.7}"/>
-        <get src="${driver.url}/maven2/com/ibm/db2jcc_license_cu/3.1.57/db2jcc_license_cu-3.1.57.jar"
+        <get src="${driver.url}/maven2/com/ibm/db2jcc_license_cu/3.57.86/db2jcc_license_cu-3.57.86.jar"
              dest="${driver.home}/db2jcc_license_cu.jar"/>
     </target>
     <target name="get.driver.sybase_15" unless="have.dbdriver.sybase_15" if="want.sybase_15">
-        <get src="${driver.url}/maven2/com/sybase/jconnect/6.0.5/jconnect-6.0.5.jar"
+        <get src="${driver.url}/maven2/com/sybase/jconnect/6.0.5_26564/jconnect-6.0.5_26564.jar"
              dest="${driver.home}/${driver.name.sybase_15}"/>
     </target>
 
@@ -666,7 +779,7 @@
       <run-jts-propagation-test specs0="none" specs1="pre_prepare_suspend" rollbackExpected="true" clientTx="true" testNamePref="${testname.prefix.clientTx}" />
       <run-jts-propagation-test specs0="pre_prepare_suspend" specs1="none" rollbackExpected="true" clientTx="true" testNamePref="${testname.prefix.clientTx}" />
   	  
-   	  <!-- server initiated transactions -->
+      <!-- server initiated transactions -->
       <run-jts-propagation-test specs0="none" specs1="none" rollbackExpected="false" clientTx="false" testNamePref="${testname.prefix.noClientTx}" />
       <run-jts-propagation-test specs0="none" specs1="pre_prepare_rollbackonly" rollbackExpected="true" clientTx="false" testNamePref="${testname.prefix.noClientTx}" />
       <run-jts-propagation-test specs0="pre_prepare_rollbackonly" specs1="none" rollbackExpected="true" clientTx="false" testNamePref="${testname.prefix.noClientTx}" />
@@ -676,9 +789,9 @@
       <run-jts-propagation-test specs0="synch_before_rollbackonly" specs1="none" rollbackExpected="true" clientTx="false" testNamePref="${testname.prefix.noClientTx}" />
       <run-jts-propagation-test specs0="none" specs1="prepare_ex_rollback" rollbackExpected="true" clientTx="false" testNamePref="${testname.prefix.noClientTx}" />
       <run-jts-propagation-test specs0="prepare_ex_rollback" specs1="none" rollbackExpected="true" clientTx="false" testNamePref="${testname.prefix.noClientTx}" />
+      <run-jts-propagation-test specs0="pre_prepare_suspend" specs1="none" rollbackExpected="true" clientTx="false" testNamePref="${testname.prefix.noClientTx}" />
       <run-jts-propagation-test specs0="none" specs1="pre_prepare_suspend" rollbackExpected="true" clientTx="false" testNamePref="${testname.prefix.noClientTx}" />
-      <run-jts-propagation-test specs0="pre_prepare_suspend" specs1="none" rollbackExpected="true" clientTx="false" testNamePref="${testname.prefix.noClientTx}" />
-  	  
+  
   	  <!-- tests integrated with crash recovery -->
       <run-jts-propagation-test specs0="none" specs1="prepare_ex" rollbackExpected="true" clientTx="false" testNamePref="${testname.prefix.noClientTx}" />
       <run-jts-propagation-test specs0="prepare_ex" specs1="none" rollbackExpected="true" clientTx="false" testNamePref="${testname.prefix.noClientTx}" />

Modified: trunk/testsuite/src/resources/jbossts/scripts/imports/test-config.xml
===================================================================
--- trunk/testsuite/src/resources/jbossts/scripts/imports/test-config.xml	2010-03-25 11:11:34 UTC (rev 102953)
+++ trunk/testsuite/src/resources/jbossts/scripts/imports/test-config.xml	2010-03-25 11:40:23 UTC (rev 102954)
@@ -88,8 +88,6 @@
       <sysproperty key="jgroups.udp.ip_ttl" value="${jbosstest.udp.ip_ttl}" />
       <sysproperty key="jboss.messaging.ServerPeerID" value="0" />
       <sysproperty key="jgroups.bind_addr" value="${node0}" />
-      <!--jvmarg value="-Xdebug"/>
-      <jvmarg value="-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005"/-->
     </server>
 
     <server name="jts-propagation-node1" host="${node1}" httpPort="8180" rmiPort="1199">




More information about the jboss-cvs-commits mailing list