Camel simple language wrong working with real number
----------------------------------------------------

                 Key: CAMEL-5004
                 URL: https://issues.apache.org/jira/browse/CAMEL-5004
             Project: Camel
          Issue Type: Bug
          Components: camel-core
    Affects Versions: 2.3.0
         Environment: linux, servicemix-4.3.1-fuse-01-09
            Reporter: Anton Kudinov


I compute real number in route:
   <setBody>0.02</setBody>
After that I want to filter:
   <filter><simple>${body} > 0 </simple> ... </filter>
This expression return false for value in body = 0.02

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

        

Reply via email to