[ https://issues.apache.org/jira/browse/ODE-900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12928173#action_12928173 ]
Marek Baluch commented on ODE-900: ---------------------------------- I am unable to attach a reproducer. I get "lost during upload" message. But basically the input message looks like this: <message name="BooleanMessage"> <part name="boolean" type="xsd:boolean"/> </message> and the condition in the process like this: <bpel:if name="boolean"> <bpel:condition><![CDATA[$input.boolean]]></bpel:condition> </bpel:if> > 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.