You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Rick.Todo (JIRA)" <ji...@apache.org> on 2010/02/09 09:09:29 UTC

[jira] Updated: (ODE-763) boolean variable false() was judged as true()

     [ https://issues.apache.org/jira/browse/ODE-763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rick.Todo updated ODE-763:
--------------------------

    Attachment: TestIf.zip

> boolean variable false() was judged as true()
> ---------------------------------------------
>
>                 Key: ODE-763
>                 URL: https://issues.apache.org/jira/browse/ODE-763
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>    Affects Versions: 1.3.3
>         Environment: windows
>            Reporter: Rick.Todo
>         Attachments: TestIf.zip
>
>
> <condition>boolean($tmpBool)</condition>  (false() was assigned to $tmpBool)
> and
> <condition>false()</condition>
> are judged as TRUE.
> <condition>string($tmpBool)='true'</condition>
> is judged as FALSE.
> please confirm attached test-case

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.