-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Done
-
Affects Version/s: EAP 5.0.1.CR2
-
Fix Version/s: EAP_EWP 5.1.1
-
Component/s: JBoss Metadata
-
Labels:None
-
Affects:Release Notes
-
Workaround:Workaround Exists
-
Workaround Description:
-
Estimated Difficulty:Low
-
Release Notes Text:
-
Release Notes Docs Status:Documented as Resolved Issue
The ServiceMetaDataParser.parseValueFactoryParameter() only considers the first child of the <parameter> element. Therefore if the <null/> element is used but surrounded by carriage returns e.g.
<parameter>
<null/>
</parameter>
instead of
<parameter><null/></parameter>
the node is treated as a text value and the parameter is not correctly substituted later on. E.g. The BindAddress of the NamingService.