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 114867 - JPA entity classes generated by the wizard does not define serialVersionUID when it should
Summary: JPA entity classes generated by the wizard does not define serialVersionUID w...
Status: RESOLVED DUPLICATE of bug 85530
Alias: None
Product: javaee
Classification: Unclassified
Component: Persistence (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Erno Mononen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-06 11:59 UTC by Girish Balachandran
Modified: 2007-09-06 12:20 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 Girish Balachandran 2007-09-06 11:59:19 UTC
"New Entity classes from Database" wizard generates classes without serialVersionUID. Due to this the following warning
is generated up on building these entity classes.

<snip>
warning: [serial] serializable class org.webonweb.runtime.impl.repository.db.jpa.DbServiceData has no definition of
serialVersionUID
public class DbServiceData implements Serializable {
</snip>
Comment 1 Erno Mononen 2007-09-06 12:20:19 UTC
Seems to be a duplicate of issue 85530, this is planned for 6.0.

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