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 189486 - creating entity classes from database and java 1.6 for project
Summary: creating entity classes from database and java 1.6 for project
Status: RESOLVED INCOMPLETE
Alias: None
Product: javaee
Classification: Unclassified
Component: Persistence (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Sergey Petrov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-13 10:32 UTC by reiasmus
Modified: 2010-09-14 06:21 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 reiasmus 2010-08-13 10:32:56 UTC
when i want to create a new entity class from database the ide say
Source level 1.6 is recommended for JPA 2.0. The source level for this project is currently 1.5. that is right.
when i set the source level of the project to 1.6 and want to use this function the ide will be frozen. the function only works when source level is 1.5.
Comment 1 Peter Pis 2010-08-13 10:38:12 UTC
Could you please attach thread dump while running into this? Thanks.
http://wiki.netbeans.org/GenerateThreadDump
Comment 2 Sergey Petrov 2010-08-26 08:16:43 UTC
You can always generate in 1.5 and change to 1.6 later.
But for investigation as it's said above thread dump is required as it's not always reproducible issue (I've never saw it before).
Comment 3 Sergey Petrov 2010-08-31 14:47:59 UTC
it may be serious issue but without details can't reproduce/and investigate.
Please reopen if more details will be available.
Comment 4 reiasmus 2010-09-13 12:47:33 UTC
it can be that there is a context to a set master password?
Comment 5 Sergey Petrov 2010-09-13 14:37:22 UTC
do you mean you may have some invisible modal dialog in this case? may be hidden by another dialog.
Comment 6 reiasmus 2010-09-14 06:21:47 UTC
no i mean the master password to protect the connections to the databases. but it is only a assumption.