[Jboss-cvs] JBossAS SVN: r54930 - trunk/connector/src/resources/stylesheets

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jul 31 14:57:38 EDT 2006


Author: weston.price at jboss.com
Date: 2006-07-31 14:57:37 -0400 (Mon, 31 Jul 2006)
New Revision: 54930

Modified:
   trunk/connector/src/resources/stylesheets/ConnectionFactoryTemplate.xsl
Log:
[JBAS-3359] Stale connection implementation.

Modified: trunk/connector/src/resources/stylesheets/ConnectionFactoryTemplate.xsl
===================================================================
--- trunk/connector/src/resources/stylesheets/ConnectionFactoryTemplate.xsl	2006-07-31 18:57:13 UTC (rev 54929)
+++ trunk/connector/src/resources/stylesheets/ConnectionFactoryTemplate.xsl	2006-07-31 18:57:37 UTC (rev 54930)
@@ -301,6 +301,9 @@
           <xsl:if test="exception-sorter-class-name">
             <config-property name="ExceptionSorterClassName" type="java.lang.String"><xsl:value-of select="normalize-space(exception-sorter-class-name)"/></config-property>
           </xsl:if>
+          <xsl:if test="stale-connection-checker-class-name">
+          <config-property name="StaleConnectionCheckerClassName" type="java.lang.String"><xsl:value-of select="normalize-space(stale-connection-checker-class-name)"/></config-property>
+          </xsl:if>
           <xsl:if test="track-statements">
             <config-property name="TrackStatements" type="java.lang.String"><xsl:value-of select="normalize-space(track-statements)"/></config-property>
           </xsl:if>




More information about the jboss-cvs-commits mailing list