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 98300

Summary: tables and columns completion from DB doesn't work
Product: javaee Reporter: Jindrich Sedek <jsedek>
Component: EditorAssignee: Erno Mononen <emononen>
Status: VERIFIED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Jindrich Sedek 2007-03-20 10:46:02 UTC
Create new EJB module 
Create new Entity class by wizard and create Persistence unit in it
type :
@Table(name=|)
above entity class declaration
add "javax.persistence.Table" import
at possition of "|" press Ctrl+Space to call code completion
connect to DB should be invoked and then table names, but only some useless
class and interface names are proposed by code completion
Comment 1 Marek Fukala 2007-07-10 18:26:02 UTC
I guess Milan works on the completion now.
Comment 2 Milan Kuchtiak 2007-10-01 12:28:24 UTC
Reassigning back to J2EE people.
This is not related to web service annotations.
Comment 3 Erno Mononen 2007-10-04 15:59:13 UTC
DB metadata code completion hasn't been rewritten to Retouche, not sure whether there will be time to do it for 6.0. 
I'm closing this as a duplicate of the task for this.

*** This issue has been marked as a duplicate of 106653 ***
Comment 4 Jindrich Sedek 2007-11-20 18:11:11 UTC
v.