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 116714 - REGRESSION: Cannot select operation when setting up Receive activity
Summary: REGRESSION: Cannot select operation when setting up Receive activity
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL (show other bugs)
Version: 6.x
Hardware: PC All
: P1 blocker (vote)
Assignee: Vladimir Yaroslavskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-25 16:32 UTC by Andrei Chistiakov
Modified: 2007-09-27 11:16 UTC (History)
1 user (show)

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 Andrei Chistiakov 2007-09-25 16:32:53 UTC
Reproduced in build 200709250000.

To reproduce the bug:
- create Synchronous Sample;
- create a new BPEL process in it;
- add partnerlink to the diagram by drag-n-dropping SynchronousSample.wsdl on it;
- add Receive activity to the diagram, double-click it, select the partner link, and try to select Operation value. The
combobox it empty.

This issue affects UI commit validation tests. Please evaluate ASAP.
Comment 1 Sergey Lunegov 2007-09-26 07:00:30 UTC
Vladimir, please look at this. Maybe it caused by recent changes related to referenced projects.
See also 116728.
Comment 2 Vladimir Yaroslavskiy 2007-09-26 12:35:49 UTC
Fixed:

Checking in bpel/properties/ImportRegistrationHelper.java;
/cvs/enterprise/bpel/editors/src/org/netbeans/modules/bpel/properties/ImportRegistrationHelper.java,v  <-- 
ImportRegistrationHelper.java
new revision: 1.9; previous revision: 1.8

Checking in ImportRegistrationHelper.java;
/cvs/enterprise/bpel/editors/src/org/netbeans/modules/bpel/properties/ImportRegistrationHelper.java,v  <-- 
ImportRegistrationHelper.java
new revision: 1.4.10.2; previous revision: 1.4.10.1
Comment 3 Andrei Chistiakov 2007-09-27 11:16:23 UTC
Verified in build 200709270000.