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 159426 - Mapper does not show all of the elements present in the schema
Summary: Mapper does not show all of the elements present in the schema
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Mapper (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@soa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-02 11:44 UTC by Kirill Sorokin
Modified: 2009-03-24 13:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Sample project (7.83 KB, application/x-compressed)
2009-03-02 11:46 UTC, Kirill Sorokin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kirill Sorokin 2009-03-02 11:44:50 UTC
See the attached project. The input message is declared as an element, which has three sub-elements in a sequence: a, b,
a. Note that the first and the last elements have the same name. That is on purpose and perfectly legal from the schema
POV. If I look at this message in BPEL mapper I can see only two of these: a, b.
Comment 1 Kirill Sorokin 2009-03-02 11:46:39 UTC
Created attachment 77551 [details]
Sample project
Comment 2 Vladimir Yaroslavskiy 2009-03-24 13:26:38 UTC
After discussion with Kirill and Nikita, we agree that nice and reasonable
workaround exists: user should set predicate to specify which "a" element is used.