[
https://issues.apache.org/jira/browse/ODE-426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthieu Riou resolved ODE-426.
-------------------------------
Resolution: Fixed
Fix Version/s: 1.3
Assignee: Matthieu Riou
I've just committed a fix for this on the 1.X branch and on trunk. Hopefully it
will help.
> 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
> Assignee: Matthieu Riou
> Fix For: 1.3
>
> 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.