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.