RE: prevayler, serializing, serialVersionUID
"Jon Tirsen" <[email protected]> Sat, 9 Aug 2003 16:58:59 +0100
| Newsgroups | gmane.comp.java.nanning.devel |
|---|---|
| Message-ID | <000001c35e8f$26fc9e90$1202090a__10830.8894596577$1060444817@thoughtworks.com> |
> -----Original Message----- > From: [email protected] [mailto:nanning-dev- > [email protected]] On Behalf Of Christoph Sturm > Sent: 09 August 2003 10:36 > To: [email protected] > Cc: [email protected] > Subject: [nanning-dev] prevayler, serializing, serialVersionUID > > java.io.InvalidClassException: at.ecentury.cms2.repository.Repository; > local class incompatible: stream classdesc serialVersionUID = > 9051989265708911431, localclass serialVersionUID = 3277788523855653526 > (File: prevalence\0000000000000000001.transactionLog) Judging by the error message it is not RepositoryImpl that has an incompatible serialVersionUID it is the interface Repository. You need to have a serialVersionUID on that interface as well I think...