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

Claus Ibsen resolved CAMEL-6800.
--------------------------------

    Resolution: Fixed

> Bean language - Having dots in parameters cause bean id lookup problem
> ----------------------------------------------------------------------
>
>                 Key: CAMEL-6800
>                 URL: https://issues.apache.org/jira/browse/CAMEL-6800
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-core
>    Affects Versions: 2.11.0, 2.12.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.11.3, 2.12.2, 2.13.0
>
>
> Related to CAMEL-6395
> The following example would not work
> {code}
>                 from("direct:start")
>                     
> .setHeader("goto").simple("${bean:myBean.whereToMate({{myApp}}, 
> ${header.id})}")
>                     .to("mock:result");
> {code}
> Where as if we use ?method=whereToMate it would work.



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to