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

Summary: BPEL assignment query rules cannot be distinguished from one another in navigator
Product: soa Reporter: lpolycarpou <lpolycarpou>
Component: BPEL MapperAssignee: Alexander Permyakov <alex02>
Status: NEW ---    
Severity: blocker Keywords: UI
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.