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 138142

Summary: DB Driver should automatically registered with Project
Product: javaee Reporter: Vadiraj Deshpande <vadirajvd>
Component: HibernateAssignee: Vadiraj Deshpande <vadirajvd>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 129633    
Bug Blocks:    

Description Vadiraj Deshpande 2008-06-24 19:57:43 UTC
Use case :
Developer creates a new hibernate config file by selecting a non-existent or an existent DB driver connection.
The DB driver library selected during connection creation, should automatically get registered with the project.
Comment 1 Vadiraj Deshpande 2008-07-14 08:12:06 UTC
Marking this as defect. To be taken up for M2. The dependent issue 129633 has been fixed.
Comment 2 Vadiraj Deshpande 2008-08-22 13:35:09 UTC
Fixed:
http://hg.netbeans.org/main/rev/25ebfb5c61ea

Now the selected db driver is automatically registered with the current project during new Hibernate Configuration file creation, if the db driver is not  
registered before.
Comment 3 Vadiraj Deshpande 2008-08-27 14:58:15 UTC
Fixed for Web projects:
http://hg.netbeans.org/main/rev/6fd6d300eaa8