This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 156129 - empty completion condition within for each loop causes loop to run only once
Summary: empty completion condition within for each loop causes loop to run only once
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Sergey Lunegov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-29 12:42 UTC by chrisgr
Modified: 2011-11-30 16:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description chrisgr 2008-12-29 12:42:37 UTC
If there is an empty completion condition element declared at a for each loop, the for each loop is only run once, 
even if the finalcountervalue is set to e.g., 10.

The empty completition condition has to be removed so that it works...
<completionCondition>
<branches></branches>
</completionCondition>