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

Summary: Hang in Entity From DB wizard in maven j2se project
Product: javaee Reporter: Sergey Petrov <sj-nb>
Component: PersistenceAssignee: Sergey Petrov <sj-nb>
Status: RESOLVED FIXED    
Severity: normal CC: pjiricka
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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)