-
Type:
Bug
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: camel-core
-
Labels:None
-
Estimated Complexity:Unknown
from("seda:test") .choice() .when() .simple("${in.body.someval} == -1}").to("mock:mock1") .otherwise() .to("mock:mock2") .endChoice();
ends with
org.apache.camel.language.simple.types.SimpleIllegalSyntaxException: Binary operator == does not support token -
this can be improved to note - sign
- links to