You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2013/09/30 09:51:23 UTC

[jira] [Created] (CAMEL-6800) Bean language - Having dots in parameters cause bean id lookup problem

Claus Ibsen created CAMEL-6800:
----------------------------------

             Summary: 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.12.0, 2.11.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)