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 76042 - No code completion for entity beans
Summary: No code completion for entity beans
Status: RESOLVED DUPLICATE of bug 75344
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P1 blocker (vote)
Assignee: Martin Adamek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-06 22:38 UTC by _ ludo
Modified: 2006-05-09 09:21 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 _ ludo 2006-05-06 22:38:32 UTC
From db to java, in the entity, I see no table in code completion
after:

@Entity
@Table(name =   |   "POST")

I would expect under | the list of tables, no?
All I got is a bunch of packages (another bug since no package can be valid in
this context, no?)
Same for column names...
P1 as either a severe regression or a missing feature.
Needed for J1 demos.
Comment 1 Andrei Badea 2006-05-09 09:21:39 UTC

*** This issue has been marked as a duplicate of 75344 ***