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

Christian Müller closed CAMEL-6272.
-----------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 2.12.0)
                       (was: 2.11.1)
                   2.11.0
    
> Bean - Improve choose method logic for no parameter methods
> -----------------------------------------------------------
>
>                 Key: CAMEL-6272
>                 URL: https://issues.apache.org/jira/browse/CAMEL-6272
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 2.10.0, 2.11.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.10.5, 2.11.0
>
>
> We should optimize the logic and if a method name with no parameters has been 
> defined, eg
> {code}
> .to("bean:myBean?method=foo()")
> {code}
> Or in ognl's such as
> {code}
> .when().simple("${body.foo()} != null").to("direct:foo")
> {code}
> Then we should optimize the logic to filter out methods with methods, as foo 
> has been declare with no methods explicit by ().

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to