You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Horst Studer (JIRA)" <ji...@apache.org> on 2009/04/14 15:28:33 UTC

[jira] Updated: (SMX4KNL-261) Missing system property replacement in feature configurations

     [ https://issues.apache.org/activemq/browse/SMX4KNL-261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Horst Studer updated SMX4KNL-261:
---------------------------------

    Attachment: SMX4KNL-gshell-features.patch

The patch is identical to code found in the FileMonitor class,
which does the system property replacement for configuration
files dropped into the etc folder.


> 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
>
>         Attachments: SMX4KNL-gshell-features.patch
>
>   Original Estimate: 15 minutes
>  Remaining Estimate: 15 minutes
>
> 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.