[ 
https://issues.apache.org/jira/browse/CAMEL-7710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14100435#comment-14100435
 ] 

Claus Ibsen commented on CAMEL-7710:
------------------------------------

Camel will resolve {{ }} for string's and expressions/predicates and whatnot, 
which are defined in the routes.

> simple: Use standard {{ }} syntax to reference values in properties files
> -------------------------------------------------------------------------
>
>                 Key: CAMEL-7710
>                 URL: https://issues.apache.org/jira/browse/CAMEL-7710
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-script
>            Reporter: Terris Linenbach
>            Assignee: Claus Ibsen
>
> This is not simple:
> ${property.head[depth]} <= ${properties:maxDepth}
> This is:
> ${property.head[depth]} <= {{maxDepth}



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to