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

Summary: BPEL editor needs to use same external reference wizards as WSDL editor
Product: soa Reporter: Nam Nguyen <nnguyen>
Component: BPELAssignee: Nikita Krjukov <supernikita>
Status: RESOLVED FIXED    
Severity: blocker CC: jkopsa
Priority: P1    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 89562    

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