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 129122 - BPEL assignment query rules cannot be distinguished from one another in navigator
Summary: BPEL assignment query rules cannot be distinguished from one another in navig...
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Mapper (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Alexander Permyakov
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2008-03-04 13:10 UTC by lpolycarpou
Modified: 2009-03-02 10:13 UTC (History)
0 users

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 lpolycarpou 2008-03-04 13:10:57 UTC
Any non-literal mappings made within a single assignment nearly always show up as (query)=(exp).  These are impossible
to differentiate in the BPEL Logical View within the Navigator.  We need to provide two things:

* numbered assignments - show an incremental count on the order that the assignments occur.  This is useful where we
have large numbers of mappings and are trying to rearrange the order.

* detailed query text - perhaps show the XPath used for copy from and to (on hover) and a shorthand form reading from
right to left if this is too cluttered e.g. 

<from>$MortgageApplicationOperationIn.input/amountRequested</from>
                <to>$ApproveIn.parameters/amountRequested</to>

shows as = ...amountRequested=...amountRequested
Comment 1 Sergey Lunegov 2008-03-11 11:19:06 UTC
Vitaly, we need to estimate efforts to implement it and only after that to decide whether to fix it or not.
Comment 2 Sergey Lunegov 2008-05-07 19:19:32 UTC
Alexander, please take a look.