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 166935 - [67cat] [jpa] Creating multiple Entity Classes from Different Data Sources Locks IDE
Summary: [67cat] [jpa] Creating multiple Entity Classes from Different Data Sources Lo...
Status: RESOLVED WORKSFORME
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-11 17:59 UTC by esmithbss
Modified: 2009-10-07 10:47 UTC (History)
2 users (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 esmithbss 2009-06-11 17:59:56 UTC
[ BUILD # : 6.7-rc2 ]
[ JDK VERSION : 1.6.* ]

I have a Web Application that is configured to use data from one JPA
Persistence Unit and JDBC connection.  I wanted to add a separate set
of related data using a different JDBC Schema (one schema is
metadata, the other is data).

While attempting to create the second set of Entity Classes, NB
queried the database and as soon as it tried to import the info for
the first table, the IDE locked up.

After 10 minutes of waiting, the only way out was to kill NetBeans
6.7-RC2 via the task manager.
Comment 1 Marian Mirilovic 2009-06-11 22:02:02 UTC
Hi emithbss,
thanks for your report. Could you please generate couple thread-dumps 
http://wiki.netbeans.org/GenerateThreadDump#section-GenerateThreadDump-ToGenerateThreadDump
while IDE is locked and attach logs into this issue ? Are you able to reproduce this issue repeatedly ?
Marking as INCOMPLETE, please remove keyword INCOMPLETE once provide more data. Thanks in advance.
Comment 2 Antonin Nebuzelsky 2009-10-07 10:47:26 UTC
Closing without more info.