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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 16 14:52:47 EDT 2007


Author: weston.price at jboss.com
Date: 2007-05-16 14:52:47 -0400 (Wed, 16 May 2007)
New Revision: 63102

Modified:
   branches/Branch_4_2/connector/src/resources/stylesheets/ConnectionFactoryTemplate.xsl
Log:
[JBAS-4425] Fixed incorrect assignment of isSameRM-override-value to be 
an attribute of the CM, not a configuration level property.

Modified: branches/Branch_4_2/connector/src/resources/stylesheets/ConnectionFactoryTemplate.xsl
===================================================================
--- branches/Branch_4_2/connector/src/resources/stylesheets/ConnectionFactoryTemplate.xsl	2007-05-16 18:09:33 UTC (rev 63101)
+++ branches/Branch_4_2/connector/src/resources/stylesheets/ConnectionFactoryTemplate.xsl	2007-05-16 18:52:47 UTC (rev 63102)
@@ -43,7 +43,7 @@
       </xsl:if>
 
       <xsl:if test="isSameRM-override-value">
-        <config-property name="IsSameRMOverrideValue" type="java.lang.Boolean"><xsl:value-of select="normalize-space(isSameRM-override-value)"/></config-property>
+        <attribute name="IsSameRMOverrideValue" type="java.lang.Boolean"><xsl:value-of select="normalize-space(isSameRM-override-value)"/></attribute>
       </xsl:if>
       
       <xsl:call-template name="pool">
@@ -151,7 +151,7 @@
       </xsl:choose>
       
       <xsl:if test="isSameRM-override-value">
-        <config-property name="IsSameRMOverrideValue" type="java.lang.Boolean"><xsl:value-of select="normalize-space(isSameRM-override-value)"/></config-property>
+        <attribute name="IsSameRMOverrideValue" type="java.lang.Boolean"><xsl:value-of select="normalize-space(isSameRM-override-value)"/></attribute>
       </xsl:if>
       
       <xsl:if test="xa-resource-timeout">




More information about the jboss-cvs-commits mailing list