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 18703

Summary: SVUID incompat in JavaDataObject.PersistentConnectionHandle
Product: java Reporter: Jesse Glick <jglick>
Component: UnsupportedAssignee: Svata Dedic <sdedic>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: Exceptions loading .nbattrs files

Description Jesse Glick 2001-12-16 22:54:26 UTC
I often get messages like the attached in my log file. Seems JDO.PCH defines no
serialVersionUID. It is often serialized (without the user even knowing about
it) on .java files, and so exceptions get dumped into the log file when you open
them again.
Comment 1 Jesse Glick 2001-12-16 22:57:43 UTC
Created attachment 3852 [details]
Exceptions loading .nbattrs files
Comment 2 Jesse Glick 2001-12-16 22:58:51 UTC
Note: it is probably too late to provide an svuid that will work with
all of the old .nbattrs; it looks like the generated svuid has changed
too many times. So best to just pick one from some recent version,
e.g. 3.2.1 or 3.3.0.
Comment 3 Svata Dedic 2002-01-08 08:08:25 UTC
Fixed in trunk:
/cvs/java/src/org/netbeans/modules/java/JavaDataObject.java,v  <-- 
JavaDataObject.java
new revision: 1.150; previous revision: 1.149
Comment 4 Jan Becicka 2002-10-22 14:48:46 UTC
None objects to this fix since NB 3.3. Marking 
as verified.
Comment 5 Quality Engineering 2003-07-01 13:20:09 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.