[jboss-cvs] JBossAS SVN: r105136 - branches/JBPAPP_5_1/testsuite/src/resources/jbossts/resources.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Mon May 24 04:13:26 EDT 2010
Author: istudens at redhat.com
Date: 2010-05-24 04:13:25 -0400 (Mon, 24 May 2010)
New Revision: 105136
Modified:
branches/JBPAPP_5_1/testsuite/src/resources/jbossts/resources/oracle11-r2-xa-ds.xml
branches/JBPAPP_5_1/testsuite/src/resources/jbossts/resources/postgres82-xa-ds.xml
branches/JBPAPP_5_1/testsuite/src/resources/jbossts/resources/postgres83-xa-ds.xml
Log:
updated some database urls, JBQA-3205
Modified: branches/JBPAPP_5_1/testsuite/src/resources/jbossts/resources/oracle11-r2-xa-ds.xml
===================================================================
--- branches/JBPAPP_5_1/testsuite/src/resources/jbossts/resources/oracle11-r2-xa-ds.xml 2010-05-24 06:41:01 UTC (rev 105135)
+++ branches/JBPAPP_5_1/testsuite/src/resources/jbossts/resources/oracle11-r2-xa-ds.xml 2010-05-24 08:13:25 UTC (rev 105136)
@@ -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:@(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="URL">jdbc:oracle:thin:@vmg27.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>
Modified: branches/JBPAPP_5_1/testsuite/src/resources/jbossts/resources/postgres82-xa-ds.xml
===================================================================
--- branches/JBPAPP_5_1/testsuite/src/resources/jbossts/resources/postgres82-xa-ds.xml 2010-05-24 06:41:01 UTC (rev 105135)
+++ branches/JBPAPP_5_1/testsuite/src/resources/jbossts/resources/postgres82-xa-ds.xml 2010-05-24 08:13:25 UTC (rev 105136)
@@ -5,7 +5,6 @@
<track-connection-by-tx>true</track-connection-by-tx>
<xa-datasource-class>org.postgresql.xa.PGXADataSource</xa-datasource-class>
<xa-datasource-property name="ServerName">vmg01.mw.lab.eng.bos.redhat.com</xa-datasource-property>
- <!--xa-datasource-property name="ServerName">dev01.qa.atl.jboss.com</xa-datasource-property-->
<xa-datasource-property name="PortNumber">5432</xa-datasource-property>
<xa-datasource-property name="DatabaseName">crashrec</xa-datasource-property>
@CREDENTIALS@
Modified: branches/JBPAPP_5_1/testsuite/src/resources/jbossts/resources/postgres83-xa-ds.xml
===================================================================
--- branches/JBPAPP_5_1/testsuite/src/resources/jbossts/resources/postgres83-xa-ds.xml 2010-05-24 06:41:01 UTC (rev 105135)
+++ branches/JBPAPP_5_1/testsuite/src/resources/jbossts/resources/postgres83-xa-ds.xml 2010-05-24 08:13:25 UTC (rev 105136)
@@ -4,18 +4,9 @@
<jndi-name>CrashRecoveryDS</jndi-name>
<track-connection-by-tx>true</track-connection-by-tx>
<xa-datasource-class>org.postgresql.xa.PGXADataSource</xa-datasource-class>
- <!--xa-datasource-property name="ServerName">vmg03.mw.lab.eng.bos.redhat.com</xa-datasource-property-->
- <xa-datasource-property name="ServerName">localhost</xa-datasource-property>
+ <xa-datasource-property name="ServerName">vmg03.mw.lab.eng.bos.redhat.com</xa-datasource-property>
<xa-datasource-property name="PortNumber">5432</xa-datasource-property>
<xa-datasource-property name="DatabaseName">crashrec</xa-datasource-property>
- <!--xa-datasource-property name="User">crashrec</xa-datasource-property>
- <xa-datasource-property name="Password">crashrec</xa-datasource-property-->
- <!--user-name>crashrec0</user-name>
- <password>crashrec0</password-->
- <!--security-domain>CrashRecoveryDomain0</security-domain>
- <recover-security-domain>CrashRecoveryDomain</recover-security-domain-->
- <!--recover-user-name>crashrec</recover-user-name>
- <recover-password>crashrec</recover-password-->
@CREDENTIALS@
</xa-datasource>
</datasources>
More information about the jboss-cvs-commits
mailing list