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/13 10:48:53 UTC

[jira] [Resolved] (CAMEL-6743) Using @Simple (or others) bean parameter binding for boolean type should eval as predicate

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

Claus Ibsen resolved CAMEL-6743.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 2.10.7
    
> Using @Simple (or others) bean parameter binding for boolean type should eval as predicate
> ------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-6743
>                 URL: https://issues.apache.org/jira/browse/CAMEL-6743
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-core
>    Affects Versions: 2.11.1, 2.12.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.10.7, 2.11.2, 2.12.1, 2.13.0
>
>
> For example
> {code}
>         public void read(String body, @Simple("${header.foo} != null") boolean foo) {
> {code}
> The foo parameter is a boolean and thus the @Simple expression should be evaluated as a predicate and not as an Expression which happens today.

--
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