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 86629 - Repeating node support
Summary: Repeating node support
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Mapper (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Sergey Lunegov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-06 02:42 UTC by Joshua Sandusky
Modified: 2011-11-30 16:15 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joshua Sandusky 2006-10-06 02:42:00 UTC
User needs wizard/tool to selectively copy from one repeating structure to
another repeating structure with BPEL construct like below (did not include
predicates)
 

<while>
  <condition>...</condition>
  <sequence>
    <assign>
      <copy>
        <from>
        </from>
        <to>
        </to>
      </copy>
    </assign>
  </sequence>
</while>
Comment 1 Sergey Lunegov 2008-05-05 09:04:00 UTC
Kirill had some ideas regarding repeating structures.
Comment 2 Kirill Sorokin 2008-05-05 09:42:35 UTC
Essentially, my ideas boil down to the ability to define 'for-each' loops directly in the mapper. The user would select
a repeating node (maxOccurs > 1) and tell the mapper to apply the rules to each node in the array. 

How this would be represented in BPEL is a bit out of scope (but, apparently an implicit while loop would be involved
somehow).