[
https://issues.apache.org/jira/browse/ODE-426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12648767#action_12648767
]
Jon Coogan commented on ODE-426:
--------------------------------
Thank you. I can confirm this on my end as well. It does indeed work when I
change it to XPath 2.0.
> ForEach counter variable can't be accessed by If statement
> ----------------------------------------------------------
>
> Key: ODE-426
> URL: https://issues.apache.org/jira/browse/ODE-426
> Project: ODE
> Issue Type: Bug
> Components: BPEL Runtime
> Affects Versions: 1.2
> Reporter: Jon Coogan
> Attachments: TestForEachCounter.zip
>
>
> See the attached test.
> Here is a quick summary of what it does:
> output = "Failed"
> For counter = 1 to 10 {
> if (counter > 5) {
> output = "Worked"
> }
> }
> The test always returns "Failed."
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.