Mickaël HUSSON created ARIES-1557:
-------------------------------------
Summary: ConfigAdminContentHandler doesn't subsitute variable
Key: ARIES-1557
URL: https://issues.apache.org/jira/browse/ARIES-1557
Project: Aries
Issue Type: Bug
Components: Subsystem
Affects Versions: subsystem-2.0.8
Reporter: Mickaël HUSSON
Fix For: subsystem-2.1.0
ConfigAdminContentHandler form Subsystem-core doesn't subsitude variable
before registering them into the configuration admin.
We've patched the code in our environnment by adding a :
InterpolationHelper.performSubstitution((Map) configuration,ctx);
before the :
configurations.put(symbolicName, configuration);
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)