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

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


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

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


Modified: trunk/connector/src/resources/xa-rar/META-INF/ra.xml
===================================================================
--- trunk/connector/src/resources/xa-rar/META-INF/ra.xml	2007-04-10 16:23:42 UTC (rev 62224)
+++ trunk/connector/src/resources/xa-rar/META-INF/ra.xml	2007-04-10 16:24:23 UTC (rev 62225)
@@ -62,6 +62,21 @@
                <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 property that contains the list of URLs.</description>
+               <config-property-name>URLProperty</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 class name of the JDBC XA driver that handlesthis JDBC URL.</description>
                <config-property-name>XADataSourceClass</config-property-name>
                <config-property-type>java.lang.String</config-property-type>




More information about the jboss-cvs-commits mailing list