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 91863 - BPEL editor needs to use same external reference wizards as WSDL editor
Summary: BPEL editor needs to use same external reference wizards as WSDL editor
Status: RESOLVED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Nikita Krjukov
URL:
Keywords:
Depends on:
Blocks: 89562
  Show dependency tree
 
Reported: 2007-01-05 04:55 UTC by Nam Nguyen
Modified: 2007-02-01 19:39 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nam Nguyen 2007-01-05 04:55:44 UTC
For consistent user experience, and also gaining the same UI design improvement
and new functionality for cross-project references without adding more code.
Comment 1 Vladimir Yaroslavskiy 2007-01-09 13:09:14 UTC
Nam, please provide details:
which external reference wizards in bpel module are incorrect?
what classes in xml suite should I use?
Comment 2 Nam Nguyen 2007-01-09 16:19:59 UTC
Its the wizard brought up by the command 'Add WSDL Import...' and 'Add Schema
Import...' on the 'Imports' folder in the Navigator window.
Currently it use ExternalReferenceCustomizer.  It needs to use the yet later
version which is ExternalReferenceCreator in xml/xamui.
Comment 3 Vladimir Yaroslavskiy 2007-01-10 15:10:43 UTC
Did changes in
org.netbeans.modules.bpel.properties.importchooser.WSDLFileImportDialog class.
Comment 4 Vladimir Yaroslavskiy 2007-01-12 13:06:53 UTC
Nikita, please do changes in your choosers.
Comment 5 Nikita Krjukov 2007-02-01 19:39:06 UTC
Fixed