[jboss-cvs] JBossAS SVN: r57297 - trunk/system-jmx/src/main/org/jboss/system/metadata

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Sep 30 00:13:55 EDT 2006


Author: scott.stark at jboss.org
Date: 2006-09-30 00:13:53 -0400 (Sat, 30 Sep 2006)
New Revision: 57297

Modified:
   trunk/system-jmx/src/main/org/jboss/system/metadata/ServiceMetaDataParser.java
Log:
JBCTS-362, use replaceAttribute in the getElementTextContent(element) call as the input replace argument is unrelated to attribute text replacement

Modified: trunk/system-jmx/src/main/org/jboss/system/metadata/ServiceMetaDataParser.java
===================================================================
--- trunk/system-jmx/src/main/org/jboss/system/metadata/ServiceMetaDataParser.java	2006-09-30 04:02:26 UTC (rev 57296)
+++ trunk/system-jmx/src/main/org/jboss/system/metadata/ServiceMetaDataParser.java	2006-09-30 04:13:53 UTC (rev 57297)
@@ -249,7 +249,7 @@
                      }
                   }
                   if (value == null)
-                     value = new ServiceTextValueMetaData(getElementTextContent(element, trim, replace));
+                     value = new ServiceTextValueMetaData(getElementTextContent(element, trim, replaceAttribute));
                }
                
                ServiceAttributeMetaData attribute = new ServiceAttributeMetaData();




More information about the jboss-cvs-commits mailing list