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 168049 - Incorrect generation of Compound Primary Key without default Constructor
Summary: Incorrect generation of Compound Primary Key without default Constructor
Status: RESOLVED DUPLICATE of bug 167773
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-02 15:44 UTC by bodhuin
Modified: 2009-07-02 16:57 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 bodhuin 2009-07-02 15:44:27 UTC
Incorrect generation of Compound Primary Key without default Constructor.

At runtime EclipseLink/Toplink requires that it exists a default constructor (without any parameters)
for the Compound Primary Key generated from Entity Classes From Database functionality.
Comment 1 Sergey Petrov 2009-07-02 16:57:56 UTC
looks like a duplicate of issue 167773

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