[jboss-cvs] JBossAS SVN: r62226 - trunk/connector/src/resources/stylesheets.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Apr 10 12:25:04 EDT 2007


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

Modified:
   trunk/connector/src/resources/stylesheets/ConnectionFactoryTemplate.xsl
Log:
[JBAS-3707] Changes 


Modified: trunk/connector/src/resources/stylesheets/ConnectionFactoryTemplate.xsl
===================================================================
--- trunk/connector/src/resources/stylesheets/ConnectionFactoryTemplate.xsl	2007-04-10 16:24:23 UTC (rev 62225)
+++ trunk/connector/src/resources/stylesheets/ConnectionFactoryTemplate.xsl	2007-04-10 16:25:04 UTC (rev 62226)
@@ -344,6 +344,9 @@
           <xsl:if test="valid-connection-checker-class-name">
             <config-property name="ValidConnectionCheckerClassName" type="java.lang.String"><xsl:value-of select="normalize-space(valid-connection-checker-class-name)"/></config-property>
           </xsl:if>
+	  <xsl:if test="url-selector-strategy-class-name">
+            <config-property name="UrlSelectorStrategyClassName" type="java.lang.String"><xsl:value-of select="normalize-space(url-selector-strategy-class-name)"/></config-property>
+          </xsl:if>
           <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>




More information about the jboss-cvs-commits mailing list