[jboss-cvs] JBossAS SVN: r69816 - branches/Branch_4_2/connector/src/resources/stylesheets.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Feb 13 04:49:10 EST 2008


Author: vicky.kak at jboss.com
Date: 2008-02-13 04:49:10 -0500 (Wed, 13 Feb 2008)
New Revision: 69816

Modified:
   branches/Branch_4_2/connector/src/resources/stylesheets/ConnectionFactoryTemplate.xsl
Log:
JBAS-5210 changes.

Modified: branches/Branch_4_2/connector/src/resources/stylesheets/ConnectionFactoryTemplate.xsl
===================================================================
--- branches/Branch_4_2/connector/src/resources/stylesheets/ConnectionFactoryTemplate.xsl	2008-02-13 09:47:03 UTC (rev 69815)
+++ branches/Branch_4_2/connector/src/resources/stylesheets/ConnectionFactoryTemplate.xsl	2008-02-13 09:49:10 UTC (rev 69816)
@@ -418,6 +418,14 @@
               <attribute name="PreFill">False</attribute>
             </xsl:otherwise>
           </xsl:choose>
+          <xsl:choose>            
+            <xsl:when test="statistics-formatter">
+              <attribute name="StatisticsFormatter"><xsl:value-of select="statistics-formatter"/></attribute>
+            </xsl:when>
+            <xsl:otherwise>
+              <attribute name="StatisticsFormatter">org.jboss.resource.statistic.pool.JBossDefaultSubPoolStatisticFormatter</attribute>
+            </xsl:otherwise>            
+          </xsl:choose>
           <xsl:choose>
             <xsl:when test="use-fast-fail">
               <attribute name="UseFastFail"><xsl:value-of select="use-fast-fail"/></attribute>




More information about the jboss-cvs-commits mailing list