[Jboss-cvs] JBossAS SVN: r54928 - trunk/connector/src/resources/ha-xa-rar/META-INF

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jul 31 14:56:55 EDT 2006


Author: weston.price at jboss.com
Date: 2006-07-31 14:56:54 -0400 (Mon, 31 Jul 2006)
New Revision: 54928

Modified:
   trunk/connector/src/resources/ha-xa-rar/META-INF/ra.xml
Log:
[JBAS-3359] Stale connection implementation.

Modified: trunk/connector/src/resources/ha-xa-rar/META-INF/ra.xml
===================================================================
--- trunk/connector/src/resources/ha-xa-rar/META-INF/ra.xml	2006-07-31 18:56:38 UTC (rev 54927)
+++ trunk/connector/src/resources/ha-xa-rar/META-INF/ra.xml	2006-07-31 18:56:54 UTC (rev 54928)
@@ -101,6 +101,11 @@
                <config-property-name>ExceptionSorterClassName</config-property-name>
                <config-property-type>java.lang.String</config-property-type>
             </config-property>
+			<config-property>
+               <description>The fully qualified name of a class implementing org.jboss.resource.adapter.jdbc.StaleConnectionChecker that can determine for a particular vender db when a connection is stale.</description>
+               <config-property-name>StaleConnectionCheckerClassName</config-property-name>
+               <config-property-type>java.lang.String</config-property-type>
+            </config-property>			
             <config-property>
                <description>Whether to track unclosed statements - false/true/nowarn</description>
                <config-property-name>TrackStatements</config-property-name>




More information about the jboss-cvs-commits mailing list