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 89198 - NotImplementedException: Not implemented because of missing test data due to issue 70701
Summary: NotImplementedException: Not implemented because of missing test data due to ...
Status: RESOLVED INVALID
Alias: None
Product: javaee
Classification: Unclassified
Component: Persistence (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on: 106653
Blocks:
  Show dependency tree
 
Reported: 2006-11-13 11:49 UTC by Martin Schovanek
Modified: 2007-11-05 17:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exception (1.31 KB, text/plain)
2006-11-13 11:50 UTC, Martin Schovanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Schovanek 2006-11-13 11:49:21 UTC
[Nb5.5-FCS, jdk1.5.0]

to reproduce:
-------------
1) create a new EJB project
2) add Persistence Unit
3) create a new Entity Classes from DB
4) add '@SecondaryTables({@SecondaryTable(name="???")})' annotation into the
Ent. class
5) type: @Column(table=|
6) invoke CC
ERROR: IDE throws:
org.openide.util.NotImplementedException: Not implemented because of missing
test data due to issue 70701
	at
org.netbeans.modules.j2ee.persistence.editor.completion.AnnotationUtils.getAnnotationsMemberValue(AnnotationUtils.java:84)
...

The  issue 70701 is already fixed.
Comment 1 Martin Schovanek 2006-11-13 11:50:27 UTC
Created attachment 36001 [details]
Exception
Comment 2 Andrei Badea 2006-11-13 12:58:06 UTC
I'm afraid this is mine.
Comment 3 Andrei Badea 2007-07-16 15:29:25 UTC
No way to reproduce because the whole CC from database metadata is currently disabled.
Comment 4 Andrei Badea 2007-11-05 17:16:46 UTC
Old issue in invalid (JMI-dependent) code not present in 6.0, so closing. Will add a note to issue 106653 that the
exception in this issue must be avoided.