[jboss-cvs] JBossAS SVN: r62230 - trunk/testsuite/src/resources/jca/ha.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Apr 10 12:30:28 EDT 2007


Author: vicky.kak at jboss.com
Date: 2007-04-10 12:30:28 -0400 (Tue, 10 Apr 2007)
New Revision: 62230

Modified:
   trunk/testsuite/src/resources/jca/ha/test-ha-ds.xml
Log:
[JBAS-3707] Changes 


Modified: trunk/testsuite/src/resources/jca/ha/test-ha-ds.xml
===================================================================
--- trunk/testsuite/src/resources/jca/ha/test-ha-ds.xml	2007-04-10 16:29:03 UTC (rev 62229)
+++ trunk/testsuite/src/resources/jca/ha/test-ha-ds.xml	2007-04-10 16:30:28 UTC (rev 62230)
@@ -5,7 +5,7 @@
 
 
 <datasources>
-   <ha-local-tx-datasource>
+   <local-tx-datasource>
 
       <!-- The jndi name of the DataSource, it is prefixed with java:/ -->
       <!-- Datasources are not available outside the virtual machine -->
@@ -16,6 +16,7 @@
       The last url in the list is not valid. -->
       <connection-url>jdbc:hsqldb:hsql://localhost:1702|jdbc:hsqldb:hsql://localhost:1703|jdbc:hsql:hsql://localhost:1234</connection-url>
       <url-delimiter>|</url-delimiter>
+	  <url-selector-strategy-class-name>org.jboss.test.jca.support.MyURLSelector</url-selector-strategy-class-name>
 
       <!-- for in-process persistent db, saved when jboss stops. The
       org.jboss.jdbc.HypersonicDatabase mbean is necessary for properly db shutdown
@@ -60,7 +61,7 @@
            and this is not what we want
       <depends>jboss:service=Hypersonic,database=localDB</depends>
       -->
-   </ha-local-tx-datasource>
+   </local-tx-datasource>
 
    <!-- This mbean should be used only when using tcp connections. Uncomment
    when the tcp based connection-url is used.




More information about the jboss-cvs-commits mailing list