Missing system property replacement in feature configurations
-------------------------------------------------------------
Key: SMX4KNL-261
URL: https://issues.apache.org/activemq/browse/SMX4KNL-261
Project: ServiceMix Kernel
Issue Type: Bug
Affects Versions: 1.1.0, 1.2.0
Reporter: Horst Studer
Fix For: 1.2.0
The documentation (http://servicemix.apache.org/SMX4KNL/46-provisioning.html)
states that the
definition of configuration properties inside a feature like
<config name="com.foo.bar">
myProperty = myValue
</config>
has the same effect as dropping a file named com.foo.bar.cfg into the etc
folder.
But while system property placeholders in the form of ${system.property} are
replaced in property
values inside config files, they are not replaced in property values inside
feature configurations.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.