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

Reply via email to