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 153187 - Incomplete partnerlink when using multi-role partnerlinktype
Summary: Incomplete partnerlink when using multi-role partnerlinktype
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Sergey Lunegov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-14 01:12 UTC by chrisselwyn
Modified: 2008-11-14 01:12 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 chrisselwyn 2008-11-14 01:12:25 UTC
When creating a new process that implements a partnerlinktype with multiple roles the myRole attribute is set but the 
partnerRole is not set.

This means that you cannot select the operation for the invoke back to the partnerlink.

You can fix this by hacking the WSDL and filling in the partnerRole by hand. When you then edit the properties of the 
invoke back the operation will be correctly filled in for you.

Likewise when receiving the result back into the original invoker, the partnerlink that is involved in the correlating 
receive is not initialised with the the partnerRole.

Again you can hack it but it would be good if the UI were to set the partnerRole correctly in both cases.