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 200917 - No visual feedback during a long Call Web Service Operation... action
Summary: No visual feedback during a long Call Web Service Operation... action
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: JAX-WS (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Denis Anisimov
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2011-08-12 16:11 UTC by Petr Jiricka
Modified: 2011-09-29 14:10 UTC (History)
0 users

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 Petr Jiricka 2011-08-12 16:11:40 UTC
1. Create a project
2. Create a web service client from a complex WSDL file
3. Create a Java class
4. In the editor popup menu, do Insert Code -> Call Web Service Operation...

After confirming the dialog that appears, it may take a long time before the generated code actually appears in the editor, and the user has no feedback that something is happening. It would be useful to display a progress bar that indicates to the user that the action is in progress.
Comment 1 Denis Anisimov 2011-09-28 13:04:37 UTC
web-main#7424adac8d52
Comment 2 Quality Engineering 2011-09-29 14:10:06 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/7424adac8d52
User: Denis Anisimov <ads@netbeans.org>
Log: Fix for BZ#200917 - "No visual feedback during a long Call Web Service Operation... action" and correction for UI in WS client from IDE Registered services wizard.