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 2017/07/12 17:38:01 UTC

[jira] [Updated] (CAMEL-11533) Simple language - comparison againist negative value fails with unknown token

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

Claus Ibsen updated CAMEL-11533:
--------------------------------
    Issue Type: Bug  (was: Improvement)

> Simple language - comparison againist negative value fails with unknown token
> -----------------------------------------------------------------------------
>
>                 Key: CAMEL-11533
>                 URL: https://issues.apache.org/jira/browse/CAMEL-11533
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-core
>            Reporter: Önder Sezgin
>            Assignee: Önder Sezgin
>            Priority: Minor
>             Fix For: 2.20.0
>
>
> {code}
> from("seda:test")
>      .choice()
>         .when()
>            .simple("${in.body.someval} == -1}").to("mock:mock1")
>         .otherwise()
>            .to("mock:mock2")
>         .endChoice();
> {code}
> ends with 
> org.apache.camel.language.simple.types.SimpleIllegalSyntaxException: Binary operator == does not support token - 
> this can be improved to note - sign



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)