[jboss-cvs] JBossAS SVN: r59809 - trunk/testsuite/src/resources/jca/ha.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Jan 19 02:23:13 EST 2007
Author: weston.price at jboss.com
Date: 2007-01-19 02:23:13 -0500 (Fri, 19 Jan 2007)
New Revision: 59809
Modified:
trunk/testsuite/src/resources/jca/ha/test-ha-ds.xml
trunk/testsuite/src/resources/jca/ha/test-ha-xa-ds.xml
Log:
[JBAS-3828] Fixed typo in HA datasource.
Modified: trunk/testsuite/src/resources/jca/ha/test-ha-ds.xml
===================================================================
--- trunk/testsuite/src/resources/jca/ha/test-ha-ds.xml 2007-01-19 07:22:32 UTC (rev 59808)
+++ trunk/testsuite/src/resources/jca/ha/test-ha-ds.xml 2007-01-19 07:23:13 UTC (rev 59809)
@@ -15,7 +15,7 @@
database. This requires the org.jboss.jdbc.HypersonicDatabase mbean.
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-delimeter>|</url-delimeter>
+ <url-delimiter>|</url-delimiter>
<!-- for in-process persistent db, saved when jboss stops. The
org.jboss.jdbc.HypersonicDatabase mbean is necessary for properly db shutdown
Modified: trunk/testsuite/src/resources/jca/ha/test-ha-xa-ds.xml
===================================================================
--- trunk/testsuite/src/resources/jca/ha/test-ha-xa-ds.xml 2007-01-19 07:22:32 UTC (rev 59808)
+++ trunk/testsuite/src/resources/jca/ha/test-ha-xa-ds.xml 2007-01-19 07:23:13 UTC (rev 59809)
@@ -11,7 +11,7 @@
<xa-datasource-property name="URL">haXaUrl1|haXaUrl2</xa-datasource-property>
<url-property>URL</url-property>
- <url-delimeter>|</url-delimeter>
+ <url-delimiter>|</url-delimiter>
<isSameRM-override-value>false</isSameRM-override-value>
More information about the jboss-cvs-commits
mailing list