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

Summary: Incomplete partnerlink when using multi-role partnerlinktype
Product: soa Reporter: chrisselwyn <chrisselwyn>
Component: BPELAssignee: Sergey Lunegov <slunegov>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.