Yup - very true; I hadn't noticed that. All sorts of casts in the .equals that didn't validate that the inbound object was even of the same type. Fixed that and magically it went away. Thanks!
-----Original Message----- From: Pedro Santos [mailto:[email protected]] Sent: January-30-11 8:28 PM To: [email protected] Subject: Re: Strange Serialization Error The error is in PivotConfiguration equals method implementation. It is possible trying to convert the object being tested to an PivotConfiguration to test its properties, but you can't assume that only PivotConfiguration objects will to be tested on this method. On Sun, Jan 30, 2011 at 6:42 PM, Michael Laccetti <[email protected]> wrote: > Pastebin link to the stack: http://pastebin.com/NGzaaVTg > > I've done as much searching online to see if anybody else had this > error, but I've come up empty. I was originally using 1.4.14 but have > switched to see if 1.4.15 fixed it (nope). Anybody have any ideas? > > Michael > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Pedro Henrique Oliveira dos Santos --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
