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 139854

Summary: New Entity Classes From Database Cannot Detect Existing Entities
Product: javaee Reporter: nb_johan <nb_johan>
Component: PersistenceAssignee: Dongmei Cao <dongmeic>
Status: RESOLVED FIXED    
Severity: blocker CC: abadea
Priority: P2    
Version: 6.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:

Description nb_johan 2008-07-14 11:33:18 UTC
When Selecting the option 'New Entity Classes From Database' netbeans cannot anymore detect which entities already exist
and mark them in grey. This feature has stoped working from version 6.0. In nb 5.5 it was working fine. I am using
mysql5 database with mysqlconnector/J.

The process is I select: 'New Entity Classes From Database' -> Data Source. After scanning, Netbeans 5.5 was marking the
existing entities in grey in the listbox called 'Available Tables'. So I could find out what are the new entities that I
should include. In nb6.0 and nb 6.1 this feature has stopped working.
Comment 1 Dongmei Cao 2008-07-14 18:53:04 UTC
I looked through the code. The feature didn't get to migrate to Retouch.
Comment 2 Dongmei Cao 2008-07-17 19:44:36 UTC
Fixed in changeset 617eac3402b2
Comment 3 Dongmei Cao 2008-07-17 19:55:32 UTC
*** Issue 74547 has been marked as a duplicate of this issue. ***