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 89093 - Add entity wizard should use the cached schema
Summary: Add entity wizard should use the cached schema
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: Persistence (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-10 09:44 UTC by schiefer
Modified: 2008-06-03 00:27 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description schiefer 2006-11-10 09:44:08 UTC
When adding another entity to a project the wizard reloads the database schema
again although there is a cached version. Depending on the size of the schema
this can be painfully long...
Comment 1 Andrei Badea 2006-11-10 16:18:22 UTC
When invoked for the second time the wizard should find the dbschema file
generated by the previous invocation and select it in the Database Schema combo
box. Does that not happen for you?
Comment 2 Dongmei Cao 2008-06-03 00:27:20 UTC
It is by design. In the same IDE session, it remembers what you just did. If you restart the IDE, the wizard searchs for
the dbschema files first.

Also see issue 74113