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 82382 - unable to generate entity class from table
Summary: unable to generate entity class from table
Status: RESOLVED DUPLICATE of bug 80084
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:
Blocks:
 
Reported: 2006-08-10 13:16 UTC by Jan Horvath
Modified: 2006-08-10 13:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NPE (4.85 KB, text/plain)
2006-08-10 13:18 UTC, Jan Horvath
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Horvath 2006-08-10 13:16:45 UTC
build 200608100000

I'm trying to generate Entity Class from table with compound PK and FK, but I've  got this error message:
"unexpected error while generating XXX entity class"
and informational exception: java.lang.NullPointerException
        at org.netbeans.modules.j2ee.persistence.wizard.fromdb.JavaPersistenceGenerator.generateBeans
(JavaPersistenceGenerator.java:418)
        ... 5 more
Comment 1 Jan Horvath 2006-08-10 13:18:37 UTC
Created attachment 32758 [details]
NPE
Comment 2 Andrei Badea 2006-08-10 13:30:33 UTC

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