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 168665 - @EmbeddedId entity has no default constructor
Summary: @EmbeddedId entity has no default constructor
Status: RESOLVED DUPLICATE of bug 167773
Alias: None
Product: javaee
Classification: Unclassified
Component: Persistence (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-16 11:51 UTC by firatkucuk
Modified: 2009-07-16 12:18 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 firatkucuk 2009-07-16 11:51:43 UTC
Entity generator doesn't generate default constructor for embedded coposite keys entities.


Exception [TOPLINK-63] (Oracle TopLink Essentials - 2.0.1 (Build b09d-fcs (12/06/2007))):
oracle.toplink.essentials.exceptions.DescriptorException
Exception Description: The instance creation method [RmapMenuItemPK.<Default Constructor>], with no parameters, does not
exist, or is not accessible.
Internal Exception: java.lang.NoSuchMethodException: RmapMenuItemPK.<init>()
Descriptor: RelationalDescriptor(RmapMenuItemPK --> [DatabaseTable(rmap_menu_items)])
Comment 1 Sergey Petrov 2009-07-16 12:18:48 UTC
looks like a duplicate of issue 167773

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