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 183985 - Hang in Entity From DB wizard in maven j2se project
Summary: Hang in Entity From DB wizard in maven j2se project
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Persistence (show other bugs)
Version: 6.x
Hardware: All All
: P1 normal (vote)
Assignee: Sergey Petrov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-13 10:43 UTC by Sergey Petrov
Modified: 2010-04-13 12:02 UTC (History)
1 user (show)

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 Sergey Petrov 2010-04-13 10:43:02 UTC
in ide with clean user dir, activate and register gf.
create maven j2se project
create 1-2 entity from db from sample derby database.
when wizard is closed, progress dialog hang at 0% state.

it's a regression caused by attempt to add jdbc driver to the project.
need to disable addition before proper solution will be found.
Comment 1 Sergey Petrov 2010-04-13 10:46:41 UTC
http://hg.netbeans.org/web-main/rev/f512bf664c4d
http://hg.netbeans.org/release69_beta/rev/6c483dc074e8

fixed (driver isn't  added now by nb)