[jboss-cvs] JBossAS SVN: r105834 - branches/JBPAPP_5_1/testsuite/src/resources/jbossts/resources.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jun 9 05:23:40 EDT 2010


Author: istudens at redhat.com
Date: 2010-06-09 05:23:40 -0400 (Wed, 09 Jun 2010)
New Revision: 105834

Modified:
   branches/JBPAPP_5_1/testsuite/src/resources/jbossts/resources/db2_97-xa-ds.xml
Log:
fixed name of a database for DB2, JBQA-3205

Modified: branches/JBPAPP_5_1/testsuite/src/resources/jbossts/resources/db2_97-xa-ds.xml
===================================================================
--- branches/JBPAPP_5_1/testsuite/src/resources/jbossts/resources/db2_97-xa-ds.xml	2010-06-09 09:22:12 UTC (rev 105833)
+++ branches/JBPAPP_5_1/testsuite/src/resources/jbossts/resources/db2_97-xa-ds.xml	2010-06-09 09:23:40 UTC (rev 105834)
@@ -14,7 +14,7 @@
      <jndi-name>CrashRecoveryDS</jndi-name>
         <xa-datasource-class>com.ibm.db2.jcc.DB2XADataSource</xa-datasource-class>
         
-        <xa-datasource-property name="DatabaseName">crashrec</xa-datasource-property>
+        <xa-datasource-property name="DatabaseName">jbossqa</xa-datasource-property>
         @CREDENTIALS@
         
         <!-- Note, as opposed to the Type2 driver, DB2 Type 4 requires the PortNumber. By default this is 50000-->



More information about the jboss-cvs-commits mailing list