[ https://issues.apache.org/jira/browse/ODE-900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jeff Yu updated ODE-900: ------------------------ Fix Version/s: 1.3.5 > 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.