Re: Session expired drives me mad!

2010-03-08 Thread Cemal Bayramoglu
Martin, It looks like your page is holding on to Spring benas. Are you using @SpringBean to inject Spring beans into your pages? That way you would get a proxy to the beans so you don't need to worry about them being serialisable. Regards - Cemal jWeekend OO Java Technologies, Wicket

Re: Session expired drives me mad!

2010-03-08 Thread James Carman
Are you using @SpringBean? 2010/3/8 Martin Asenov mase...@velti.com: Hello everyone! The session expired problem really drives me mad, because it's been couple of months or so since it started bothering me. Please advice me on what to do, because I'm despaired. Wicket tries to serialize

RE: Session expired drives me mad!

2010-03-08 Thread Martin Asenov
[mailto:ce...@jweekend.com] On Behalf Of Cemal Bayramoglu Sent: Monday, March 08, 2010 5:39 PM To: users Subject: Re: Session expired drives me mad! Martin, It looks like your page is holding on to Spring benas. Are you using @SpringBean to inject Spring beans into your pages? That way you would get

Re: Session expired drives me mad!

2010-03-08 Thread James Carman
expired drives me mad! Martin, It looks like your page is holding on to Spring benas. Are you using @SpringBean to inject Spring beans into your pages? That way you would get a proxy to the beans so you don't need to worry about them being serialisable. Regards - Cemal jWeekend OO Java

Re: Session expired drives me mad!

2010-03-08 Thread Ilja Pavkovic
Hi, I enabled the DEBUG of Wicket and messages like the following one are flooding the log. Here it is: 08-03-2010 17:30:03,445 ERROR org.apache.wicket.util.lang.Objects.objectToByteArray:1134 - Error serializing object class com.mycompany.myapp.ui.users.Users [object=[Page class =

Re: Session expired drives me mad!

2010-03-08 Thread Tomasz Dziurko
Check this one: http://cwiki.apache.org/WICKET/spring.html , especially paragraph Annotation-based Approach Regards -- Tomasz Dziurko - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands,

Re: Session expired drives me mad!

2010-03-08 Thread Sigmar Muuga
the beans by casting from the ApplicationContext. Thank you, Martin -Original Message- From: ce...@jweekend.com [mailto:ce...@jweekend.com] On Behalf Of Cemal Bayramoglu Sent: Monday, March 08, 2010 5:39 PM To: users Subject: Re: Session expired drives me mad! Martin

RE: Session expired drives me mad!

2010-03-08 Thread Martin Asenov
Thank you all for the help! -Original Message- From: Sigmar Muuga [mailto:meedi...@gmail.com] Sent: Monday, March 08, 2010 5:50 PM To: users@wicket.apache.org Subject: Re: Session expired drives me mad! I have had no problems with @SpringBean Also try to use them like this: @SpringBean

Re: Session expired drives me mad!

2010-03-08 Thread Martin Grigorov
On Mon, 2010-03-08 at 17:36 +0200, Martin Asenov wrote: Hello everyone! The session expired problem really drives me mad, because it's been couple of months or so since it started bothering me. Please advice me on what to do, because I'm despaired. Wicket tries to serialize every single

RE: Session expired drives me mad!

2010-03-08 Thread Martin Asenov
Well I did see it, but not in that deep detail like this... Regards, Martin -Original Message- From: Martin Grigorov [mailto:mcgreg...@e-card.bg] Sent: Monday, March 08, 2010 6:25 PM To: users@wicket.apache.org Subject: Re: Session expired drives me mad! On Mon, 2010-03-08 at 17:36