Re: Anybody know what is this situation?

2009-07-17 Thread Michał Letyński
) Is it a class which extends IModel? Also, you someone from the Wicket team confirm if my explanation above is possible at all (PageHolder retrieving a different class when deserializing)? Bas MartinM wrote: Anybody know what is this situation? Wicket 1.4-rc4 From production: 2009-05-18 16:32

Re: Anybody know what is this situation?

2009-07-03 Thread bgooren
IModel? Also, you someone from the Wicket team confirm if my explanation above is possible at all (PageHolder retrieving a different class when deserializing)? Bas MartinM wrote: Anybody know what is this situation? Wicket 1.4-rc4 From production: 2009-05-18 16:32:44,316 19598423 [btpool0

Re: Anybody know what is this situation?

2009-07-03 Thread Jeremy Thomerson
inner class in LoginPage) Is it a class which extends IModel? Also, you someone from the Wicket team confirm if my explanation above is possible at all (PageHolder retrieving a different class when deserializing)? Bas MartinM wrote: Anybody know what is this situation? Wicket 1.4-rc4

Anybody know what is this situation?

2009-05-18 Thread Martin Makundi
Anybody know what is this situation? Wicket 1.4-rc4 From production: 2009-05-18 16:32:44,316 19598423 [btpool0-112] ERROR RequestCycle - cannot assign instance of com.application.MainPage to field wicket.quickstart.LoginPage$1.this$0 of type wicket.quickstart.LoginPage in instance

Re: Anybody know what is this situation?

2009-05-18 Thread Serkan Camurcuoglu
In my experience such unexpected classcastexceptions may occur if the same class is loaded twice by different classloaders.. Check whether the LoginPage class exists in both WEB-INF/classes and some other jar in your classpath.. Martin Makundi wrote: Anybody know what is this situation

Re: Anybody know what is this situation?

2009-05-18 Thread Martin Makundi
if the same class is loaded twice by different classloaders.. Check whether the LoginPage class exists in both WEB-INF/classes and some other jar in your classpath.. Martin Makundi wrote: Anybody know what is this situation? Wicket 1.4-rc4 From production: 2009-05-18 16:32:44,316 19598423