You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Max Shalashov (JIRA)" <ji...@apache.org> on 2012/07/03 21:59:34 UTC

[jira] [Updated] (CAMEL-5415) Simple does not handle empty values in predicates properly

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

Max Shalashov updated CAMEL-5415:
---------------------------------

    Description: 
Example code:

...
<choice>
    <when>
        <simple>${property.someProperty} == ''</simple>
        ...
    </when>
...

Error message: right must be specified

  was:
Example code:

...
<choose>
    <when>
        <simple>${property.someProperty} == ''</simple>
        ...
    </when>
...

Error message: right must be specified

    
> Simple does not handle empty values in predicates properly
> ----------------------------------------------------------
>
>                 Key: CAMEL-5415
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5415
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-core
>    Affects Versions: 2.9.0, 2.9.1, 2.9.2
>            Reporter: Max Shalashov
>
> Example code:
> ...
> <choice>
>     <when>
>         <simple>${property.someProperty} == ''</simple>
>         ...
>     </when>
> ...
> Error message: right must be specified

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira