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 76056 - Reuse same dbschema on later EJB creation
Summary: Reuse same dbschema on later EJB creation
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: martin_adamek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-07 18:25 UTC by brviking
Modified: 2007-06-18 10:07 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 brviking 2006-05-07 18:25:37 UTC
Because when a developer add new EJB to a project it denotes maintenance (or
evoution), there is no need to create a new dbschema to maintain new tables
(because this will lead into importing same tables again, when they already
imported before).

So, when developer ask "File -> New... Entity Classes from Database" for second
time on same project, where already exists a dbschema, and developer ask to use
a jdbc connection, if it's same dbconnection of a existing dbschema, that
dbschema should be upgraded, not created a new one.