[jboss-cvs] JBossAS SVN: r91960 - in branches/JBPAPP_5_0/testsuite/src/resources/crashrecovery: scripts and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Aug 4 08:35:17 EDT 2009


Author: istudens at redhat.com
Date: 2009-08-04 08:35:16 -0400 (Tue, 04 Aug 2009)
New Revision: 91960

Modified:
   branches/JBPAPP_5_0/testsuite/src/resources/crashrecovery/resources/oracle10-xa-ds.xml
   branches/JBPAPP_5_0/testsuite/src/resources/crashrecovery/scripts/as-tests.xml
Log:
added oracle10 for TS crash recovery tests, JBPAPP-2355

Modified: branches/JBPAPP_5_0/testsuite/src/resources/crashrecovery/resources/oracle10-xa-ds.xml
===================================================================
--- branches/JBPAPP_5_0/testsuite/src/resources/crashrecovery/resources/oracle10-xa-ds.xml	2009-08-04 12:08:23 UTC (rev 91959)
+++ branches/JBPAPP_5_0/testsuite/src/resources/crashrecovery/resources/oracle10-xa-ds.xml	2009-08-04 12:35:16 UTC (rev 91960)
@@ -19,7 +19,7 @@
     <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:@vmg05.mw.lab.eng.bos.redhat.com:1521:crashrec</xa-datasource-property>
+    <xa-datasource-property name="URL">jdbc:oracle:thin:@vmg05.mw.lab.eng.bos.redhat.com:1521:qaora10</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 -->

Modified: branches/JBPAPP_5_0/testsuite/src/resources/crashrecovery/scripts/as-tests.xml
===================================================================
--- branches/JBPAPP_5_0/testsuite/src/resources/crashrecovery/scripts/as-tests.xml	2009-08-04 12:08:23 UTC (rev 91959)
+++ branches/JBPAPP_5_0/testsuite/src/resources/crashrecovery/scripts/as-tests.xml	2009-08-04 12:35:16 UTC (rev 91960)
@@ -95,7 +95,7 @@
   	<property name="want.psql_8.2" value="true" />
   	<property name="want.psql_8.3" value="true" />
   	<property name="want.sybase_15" value="true" />
-  	<!--property name="want.oracle_10" value="true" /-->
+  	<property name="want.oracle_10" value="true" />
   	<property name="want.oracle_11" value="true" />
   	<property name="want.db2_9.7" value="true" />
   	<property name="want.mysql_5.0" value="true" />
@@ -220,7 +220,7 @@
     <condition property="oracle.driver" value="ojdbc6.jar">
        <equals arg1="${java.specification.version}" arg2="1.6"/>
     </condition>
-  	<property name="mssql.driver" value="ojdbc5.jar"/>
+  	<property name="oracle.driver" value="ojdbc5.jar"/>
   	<antcall target="${call.target}">
   	  <param name="dbdriver" value="${oracle.driver}"/>
   	  <param name="datasource" value="oracle11-xa-ds.xml" /> 




More information about the jboss-cvs-commits mailing list