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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jun 2 08:50:21 EDT 2011


Author: istudens at redhat.com
Date: 2011-06-02 08:50:21 -0400 (Thu, 02 Jun 2011)
New Revision: 111507

Modified:
   branches/JBPAPP_5_1/testsuite/src/resources/jbossts/resources/mssql2005-xa-ds.xml
   branches/JBPAPP_5_1/testsuite/src/resources/jbossts/resources/oracle11-xa-ds.xml
Log:
updating decommissioned hostnames, JBQA-2176

Modified: branches/JBPAPP_5_1/testsuite/src/resources/jbossts/resources/mssql2005-xa-ds.xml
===================================================================
--- branches/JBPAPP_5_1/testsuite/src/resources/jbossts/resources/mssql2005-xa-ds.xml	2011-06-02 00:27:53 UTC (rev 111506)
+++ branches/JBPAPP_5_1/testsuite/src/resources/jbossts/resources/mssql2005-xa-ds.xml	2011-06-02 12:50:21 UTC (rev 111507)
@@ -26,7 +26,7 @@
     <!-- uncomment to enable interleaving <interleaving/> -->
     <isSameRM-override-value>false</isSameRM-override-value>
     <xa-datasource-class>com.microsoft.sqlserver.jdbc.SQLServerXADataSource</xa-datasource-class>
-    <xa-datasource-property name="ServerName">dev30.qa.atl.jboss.com</xa-datasource-property>
+    <xa-datasource-property name="ServerName">dev30.mw.lab.eng.bos.redhat.com</xa-datasource-property>
     <xa-datasource-property name="PortNumber">3918</xa-datasource-property>
     <xa-datasource-property name="DatabaseName">crashrec</xa-datasource-property>
     @CREDENTIALS@

Modified: branches/JBPAPP_5_1/testsuite/src/resources/jbossts/resources/oracle11-xa-ds.xml
===================================================================
--- branches/JBPAPP_5_1/testsuite/src/resources/jbossts/resources/oracle11-xa-ds.xml	2011-06-02 00:27:53 UTC (rev 111506)
+++ branches/JBPAPP_5_1/testsuite/src/resources/jbossts/resources/oracle11-xa-ds.xml	2011-06-02 12:50:21 UTC (rev 111507)
@@ -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:@dev04.qa.atl2.redhat.com:1521:qaora11</xa-datasource-property>
+    <xa-datasource-property name="URL">jdbc:oracle:thin:@dev04.mw.lab.eng.bos.redhat.com:1521:qaora11</xa-datasource-property>
     @CREDENTIALS@
     <!-- 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>



More information about the jboss-cvs-commits mailing list