Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
XMLConfiguration currently sets properties to fields from an xml configuration file.
However it does not allow any variables in configuration values.
Also it would be convenient to allow Map properties (e.g. Map<String,String>) to be set from the attributes of an XML element like e.g.
<properties A="ONE", B="TWO", X="END"/>