[jboss-cvs] JBossAS SVN: r112359 - in tags/CC_JBPAPP_5_1_0_testsuite/testsuite/src/resources: cc/db/ora11r1 and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Oct 19 04:21:02 EDT 2011


Author: pskopek at redhat.com
Date: 2011-10-19 04:21:01 -0400 (Wed, 19 Oct 2011)
New Revision: 112359

Modified:
   tags/CC_JBPAPP_5_1_0_testsuite/testsuite/src/resources/cc/db/mssql2005/mssql-ds.xml
   tags/CC_JBPAPP_5_1_0_testsuite/testsuite/src/resources/cc/db/ora11r1/oracle-ds.xml
   tags/CC_JBPAPP_5_1_0_testsuite/testsuite/src/resources/jbossts/resources/mssql2005-xa-ds.xml
   tags/CC_JBPAPP_5_1_0_testsuite/testsuite/src/resources/jbossts/resources/oracle11-xa-ds.xml
Log:
Additional database machines moved to different DNS name.

Modified: tags/CC_JBPAPP_5_1_0_testsuite/testsuite/src/resources/cc/db/mssql2005/mssql-ds.xml
===================================================================
--- tags/CC_JBPAPP_5_1_0_testsuite/testsuite/src/resources/cc/db/mssql2005/mssql-ds.xml	2011-10-19 03:33:49 UTC (rev 112358)
+++ tags/CC_JBPAPP_5_1_0_testsuite/testsuite/src/resources/cc/db/mssql2005/mssql-ds.xml	2011-10-19 08:21:01 UTC (rev 112359)
@@ -18,7 +18,7 @@
 <datasources>
   <local-tx-datasource>
     <jndi-name>DefaultDS</jndi-name>
-    <connection-url>jdbc:sqlserver://dev30.qa.atl.jboss.com:3918</connection-url>
+    <connection-url>jdbc:sqlserver://dev30.mw.lab.eng.bos.redhat.com:3918</connection-url>
     <driver-class>com.microsoft.sqlserver.jdbc.SQLServerDriver</driver-class>
     <user-name>cc</user-name>
     <password>cc</password>

Modified: tags/CC_JBPAPP_5_1_0_testsuite/testsuite/src/resources/cc/db/ora11r1/oracle-ds.xml
===================================================================
--- tags/CC_JBPAPP_5_1_0_testsuite/testsuite/src/resources/cc/db/ora11r1/oracle-ds.xml	2011-10-19 03:33:49 UTC (rev 112358)
+++ tags/CC_JBPAPP_5_1_0_testsuite/testsuite/src/resources/cc/db/ora11r1/oracle-ds.xml	2011-10-19 08:21:01 UTC (rev 112359)
@@ -15,7 +15,7 @@
 <datasources>
   <local-tx-datasource>
     <jndi-name>DefaultDS</jndi-name>
-    <connection-url>jdbc:oracle:thin:@dev04.qa.atl2.redhat.com:1521:qaora11</connection-url>
+    <connection-url>jdbc:oracle:thin:@dev04.mw.lab.eng.bos.redhat.com:1521:qaora11</connection-url>
 	<!--
 
 		Here are a couple of the possible OCI configurations.

Modified: tags/CC_JBPAPP_5_1_0_testsuite/testsuite/src/resources/jbossts/resources/mssql2005-xa-ds.xml
===================================================================
--- tags/CC_JBPAPP_5_1_0_testsuite/testsuite/src/resources/jbossts/resources/mssql2005-xa-ds.xml	2011-10-19 03:33:49 UTC (rev 112358)
+++ tags/CC_JBPAPP_5_1_0_testsuite/testsuite/src/resources/jbossts/resources/mssql2005-xa-ds.xml	2011-10-19 08:21:01 UTC (rev 112359)
@@ -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: tags/CC_JBPAPP_5_1_0_testsuite/testsuite/src/resources/jbossts/resources/oracle11-xa-ds.xml
===================================================================
--- tags/CC_JBPAPP_5_1_0_testsuite/testsuite/src/resources/jbossts/resources/oracle11-xa-ds.xml	2011-10-19 03:33:49 UTC (rev 112358)
+++ tags/CC_JBPAPP_5_1_0_testsuite/testsuite/src/resources/jbossts/resources/oracle11-xa-ds.xml	2011-10-19 08:21:01 UTC (rev 112359)
@@ -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