You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2011/09/12 15:45:09 UTC

[jira] [Created] (CAMEL-4445) Simple language - Add support for nested functions

Simple language - Add support for nested functions
--------------------------------------------------

                 Key: CAMEL-4445
                 URL: https://issues.apache.org/jira/browse/CAMEL-4445
             Project: Camel
          Issue Type: New Feature
          Components: camel-core
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
             Fix For: 2.9.0


With the improved parser we can add support for nesting functions.

For example people may want to lookup from a properties file using a key from a header
{code}
.setHeader("myHeader").simple("${properties:${header.beer}}")
{code}

There has been other reports in the community for nested functions when defining the properties component in use.


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (CAMEL-4445) Simple language - Add support for nested functions

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-4445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-4445.
--------------------------------

    Resolution: Fixed

> Simple language - Add support for nested functions
> --------------------------------------------------
>
>                 Key: CAMEL-4445
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4445
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-core
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.9.0
>
>
> With the improved parser we can add support for nesting functions.
> For example people may want to lookup from a properties file using a key from a header
> {code}
> .setHeader("myHeader").simple("${properties:${header.beer}}")
> {code}
> There has been other reports in the community for nested functions when defining the properties component in use.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira