[ https://issues.apache.org/jira/browse/ODE-900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12935742#action_12935742 ]
Hudson commented on ODE-900: ---------------------------- Integrated in ODE-trunk #390 (See [https://hudson.apache.org/hudson/job/ODE-trunk/390/]) Test case for ODE-763, ODE-900 added. Thanks Rick! * ODE-900, update the boolean data type return value. > xsd boolean element is handled as xsd string in if conditions. > -------------------------------------------------------------- > > Key: ODE-900 > URL: https://issues.apache.org/jira/browse/ODE-900 > Project: ODE > Issue Type: Bug > Components: BPEL Runtime > Affects Versions: 1.3.4 > Reporter: Marek Baluch > Assignee: Jeff Yu > Fix For: 1.3.5 > > Attachments: ODE-900.patch > > > If the supplied value is true then it evaluates as true. if the supplied > value is false then it evaluates also as true. I can get false only if I sent > an empty boolean value. On the other hand if I compare the supplied value as > string (using = 'true' or 'false') then I get the expected result. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.