Strange Serialization Error

2011-01-30 Thread Michael Laccetti
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: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Strange Serialization Error

2011-01-30 Thread Pedro Santos
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 mich...@limone.me 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: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




-- 
Pedro Henrique Oliveira dos Santos


RE: Strange Serialization Error

2011-01-30 Thread Michael Laccetti
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:pedros...@gmail.com] 
Sent: January-30-11 8:28 PM
To: users@wicket.apache.org
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 mich...@limone.me 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: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




--
Pedro Henrique Oliveira dos Santos

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org