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 224411 - Progress dialog shows only "Starting..." when generating web services from entity classes
Summary: Progress dialog shows only "Starting..." when generating web services from en...
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: REST (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-03 10:00 UTC by Jiri Skrivanek
Modified: 2013-07-30 07:06 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 Jiri Skrivanek 2013-01-03 10:00:26 UTC
Progress dialog when generating RESTful web services from entity classes displays "Starting..." and then it is closed. To reproduce:

- create Java EE 6 web project with GlassFish server
- open new file wizard
- select "Persistence|Entity Classes from Database" and click Next
- choose jdbc/sample data source, add all tables and finish the wizard with default values
- open new file wizard
- select "Web Services|RESTful Web Services from Entity Classes" and click Next
- add all entity classes and finish the wizard with default values
- progress dialog appears with message "Starting..." but this message is not refreshed and the dialog is closed

Product Version: NetBeans IDE Dev (Build 201301030001)
Java: 1.7.0_10; Java HotSpot(TM) 64-Bit Server VM 23.6-b04
Runtime: Java(TM) SE Runtime Environment 1.7.0_10-b18
System: Windows 7 version 6.1 running on amd64; Cp1250; en_US (nb)
Comment 1 Milan Kuchtiak 2013-07-29 10:13:16 UTC
The progress dialog window was replaced by ProgressHandle.
See D.Konecny fix:
http://hg.netbeans.org/web-main/rev/c1db726d58c7

However, I added also some progress indications:
http://hg.netbeans.org/web-main/rev/8d4251000f08
Comment 2 Quality Engineering 2013-07-30 02:19:14 UTC
Integrated into 'main-silver', will be available in build *201307292300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/8d4251000f08
User: Milan Kuchtiak <mkuchtiak@netbeans.org>
Log: #224411 implement some progress indcations in REST from Entity classes wizard
Comment 3 Jiri Skrivanek 2013-07-30 07:06:38 UTC
Verified. Thanks.