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 - tables and columns completion from DB doesn't work
Summary: tables and columns completion from DB doesn't work
Status: VERIFIED DUPLICATE of bug 106653
Alias: None
Product: javaee
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All Linux
: P3 blocker (vote)
Assignee: Erno Mononen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-20 10:46 UTC by Jindrich Sedek
Modified: 2007-11-20 18:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.