[jboss-cvs] JBossAS SVN: r62224 - trunk/connector/src/resources/local-rar/META-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Apr 10 12:23:42 EDT 2007


Author: vicky.kak at jboss.com
Date: 2007-04-10 12:23:42 -0400 (Tue, 10 Apr 2007)
New Revision: 62224

Modified:
   trunk/connector/src/resources/local-rar/META-INF/ra.xml
Log:
[JBAS-3707] Changes 


Modified: trunk/connector/src/resources/local-rar/META-INF/ra.xml
===================================================================
--- trunk/connector/src/resources/local-rar/META-INF/ra.xml	2007-04-10 16:22:56 UTC (rev 62223)
+++ trunk/connector/src/resources/local-rar/META-INF/ra.xml	2007-04-10 16:23:42 UTC (rev 62224)
@@ -57,6 +57,16 @@
                <config-property-type>java.lang.String</config-property-type>
             </config-property>
             <config-property>
+               <description>The jdbc connection url delimeter.</description>
+               <config-property-name>URLDelimiter</config-property-name>
+               <config-property-type>java.lang.String</config-property-type>
+            </config-property>
+            <config-property>
+               <description>The configurable URLSelectorStrategy class name.</description>
+               <config-property-name>UrlSelectorStrategyClassName</config-property-name>
+               <config-property-type>java.lang.String</config-property-type>
+            </config-property>
+            <config-property>
                <description>The default transaction isolation of the connections.</description>
                <config-property-name>TransactionIsolation</config-property-name>
                <config-property-type>java.lang.String</config-property-type>




More information about the jboss-cvs-commits mailing list