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 126161 - partner link drop down on activities
Summary: partner link drop down on activities
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Alexander Permyakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-29 01:36 UTC by kiran_bhumana
Modified: 2008-07-18 23:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kiran_bhumana 2008-01-29 01:36:47 UTC
If I double click on invoke to configure it, I get a drop down of partnerlinks. In the partner links, I also see the
partner links which are defined with only "myRole". It is of no use to show these partner links. For invoke; Drop down
should contain partnerlinks that have "partnerRole" defined. For IMAs (receive, onMessage, onEvent) and Reply; Drop down
should have partnerlinks that define "myRole". 

Remember that it is possible for a partnerLink to have both myRole and partnerRole. In that case, this partnerLink
should appear everywhere.

This also takes minimizes the clutter of dropdown values when the BPEL file has a lot of partnerlinks.

I wonder if this is a regression!
Comment 1 Sergey Lunegov 2008-01-30 09:19:35 UTC
changed target milestone
Comment 2 Sergey Lunegov 2008-05-07 16:01:30 UTC
Valuable issue. Filtering must be applied to PLs list based on type of InputMessageActivity (IMA).
Comment 3 Alexander Permyakov 2008-06-30 09:45:56 UTC
Fixed pleas verify 
http://hg.netbeans.org/main/rev/6d5287c67aac
Comment 4 ggenipudi 2008-07-18 23:39:14 UTC
Tested and verified using SOADEV build and created partner links 1,2 with partner role and partner link3 with my role
and when I double click invoke the drop down list for partner role 1,2 only show up and partner role 3 did no show up.