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

Summary: empty completion condition within for each loop causes loop to run only once
Product: soa Reporter: chrisgr <chrisgr>
Component: BPEL ProjectAssignee: Sergey Lunegov <slunegov>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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>