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 90990 - WSDL Wizard: Select schema dialog should be replaced by new multi-selection schema import customizer
Summary: WSDL Wizard: Select schema dialog should be replaced by new multi-selection s...
Status: VERIFIED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: WSDL Tools (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Nathan Fiedler
URL:
Keywords:
Depends on:
Blocks: 96896
  Show dependency tree
 
Reported: 2006-12-12 22:46 UTC by jlautz
Modified: 2007-03-29 23:22 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Multi-schema import customizer (2.93 MB, text/plain)
2006-12-12 22:51 UTC, jlautz
Details
Select Schema dialog from New WSDL wizard (2.93 MB, text/plain)
2006-12-12 22:54 UTC, jlautz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jlautz 2006-12-12 22:46:12 UTC
The import customizer for WSDL editor "add import schema" user actions now allow
the user to choose multiple documents and specify a prefix for each document.
(See attached screen shots.) This enhancement is documented in issue 82640.

The WSDL wizard uses a different dialog to allow users to specify a single
imported schema. (See attached screen shot.)

The WSDL wizard should use the new dialog for consistency and to allow multiple
file selection.
Comment 1 jlautz 2006-12-12 22:51:46 UTC
Created attachment 36627 [details]
Multi-schema import customizer
Comment 2 jlautz 2006-12-12 22:54:39 UTC
Created attachment 36628 [details]
Select Schema dialog from New WSDL wizard
Comment 3 Shivanand Kini 2007-03-07 00:35:43 UTC
Nathan, can you see how feasible it is to use the import customizer in the wizard?
Comment 4 Nathan Fiedler 2007-03-09 01:33:07 UTC
Fixed in release551 branch.

wsdlui/src/org/netbeans/modules/xml/wsdl/ui/wizard/ImportSchemaCreator.java;
new revision: 1.1.2.1; previous revision: 1.1
wsdlui/src/org/netbeans/modules/xml/wsdl/ui/wizard/SelectSchemaPanel.java;
new revision: delete; previous revision: 1.1.2.2.6.2
wsdlui/src/org/netbeans/modules/xml/wsdl/ui/wizard/Utilities.java;
new revision: 1.1.2.1.16.2; previous revision: 1.1.2.1.16.1
wsdlui/src/org/netbeans/modules/xml/wsdl/ui/wizard/WsdlPanel.java;
new revision: 1.1.2.13.6.3; previous revision: 1.1.2.13.6.2
wsdlui/src/org/netbeans/modules/xml/wsdl/ui/wizard/WsdlUIPanel.java;
new revision: 1.1.2.6.6.3; previous revision: 1.1.2.6.6.2
Comment 5 jlautz 2007-03-29 23:22:05 UTC
Verified on Windows XP with Hula 070328_1 and JDK 1.6.0_1.