Henrik Filtenborg Sørensen created CAMEL-6326:
-------------------------------------------------

             Summary: BridgePropertyPlaceholderConfigurer does not support 
nested Spring properties from System variables
                 Key: CAMEL-6326
                 URL: https://issues.apache.org/jira/browse/CAMEL-6326
             Project: Camel
          Issue Type: Bug
          Components: camel-spring
    Affects Versions: 2.11.0
         Environment: Windows 7
            Reporter: Henrik Filtenborg Sørensen
         Attachments: BridgePropertyPlaceholderConfigurer-problem.zip

Some work has been done in order to make BridgePropertyPlaceholderConfigurer 
work with nested spring-style properties (see CAMEL-6233).

However, the fix does not allow using nested spring-style properties for system 
variables; here only camel-style is supported. I.e.

inCamelSystem=${${environment}.inCamelSystem} does not work when "environment" 
has been set as a system variable (e.g. set to "junit").

inCamelSystem={{{{environment}}.inCamelSystem}} works, however.

Camel test case is attached.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to