You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "William Tam (JIRA)" <ji...@apache.org> on 2010/03/12 17:55:48 UTC

[jira] Created: (CAMEL-2542) Simple Expression Language to access Map value

Simple Expression Language to access Map value 
-----------------------------------------------

                 Key: CAMEL-2542
                 URL: https://issues.apache.org/activemq/browse/CAMEL-2542
             Project: Apache Camel
          Issue Type: Improvement
          Components: camel-core
            Reporter: William Tam


Users may want to use Simple Expression Language to evaluate an expression that involves Map header values.  For example, the follow expression should evaluate to the Map entry value by the key "bar".  The map is the value of an IN message header by the name of "foo".

${in.header.foo[bar]}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (CAMEL-2542) Simple Expression Language to access Map value

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

Claus Ibsen reassigned CAMEL-2542:
----------------------------------

    Assignee: Claus Ibsen

> Simple Expression Language to access Map value 
> -----------------------------------------------
>
>                 Key: CAMEL-2542
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2542
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>            Reporter: William Tam
>            Assignee: Claus Ibsen
>
> Users may want to use Simple Expression Language to evaluate an expression that involves Map header values.  For example, the follow expression should evaluate to the Map entry value by the key "bar".  The map is the value of an IN message header by the name of "foo".
> ${in.header.foo[bar]}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CAMEL-2542) Simple Expression Language to access Map value

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

Claus Ibsen resolved CAMEL-2542.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 2.3.0

trunk: 922535.

> Simple Expression Language to access Map value 
> -----------------------------------------------
>
>                 Key: CAMEL-2542
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2542
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>            Reporter: William Tam
>            Assignee: Claus Ibsen
>             Fix For: 2.3.0
>
>
> Users may want to use Simple Expression Language to evaluate an expression that involves Map header values.  For example, the follow expression should evaluate to the Map entry value by the key "bar".  The map is the value of an IN message header by the name of "foo".
> ${in.header.foo[bar]}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.