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

Summary: Reuse same dbschema on later EJB creation
Product: javaee Reporter: brviking <brviking>
Component: EJBAssignee: martin_adamek <martin_adamek>
Status: NEW ---    
Severity: blocker    
Priority: P1    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.