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