Re: Wicket 1.5 SerializableChecker/guice

2010-09-20 Thread nino martinez wael
Hmmm, I've tried to reproduce the error but have been unable so far.. I'll get back on this one if I get it again.. regards Nino 2010/9/17 nino martinez wael nino.martinez.w...@gmail.com: ok. They come next week.. regards Nino 2010/9/17 Martin Grigorov mgrigo...@apache.org: Show us some

Re: Wicket 1.5 SerializableChecker/guice

2010-09-20 Thread nino martinez wael
Heh.. Of course 2 sec's later I got it. Heres the error, but I don't get why the guice integration dosen't pickup that it's IOC handled?: 11:18:34.070 [14916...@qtp-11596093-1 - /wicket/page?34-2.IFormSubmitListener-providerSetup] ERROR o.a.wicket.util.lang.WicketObjects - Error serializing

Wicket 1.5 SerializableChecker/guice

2010-09-17 Thread nino martinez wael
Hi I have a case where one of the models contains a an instance of that uses injection(guice) and the SerializableChecker says that the proxy are not implementing Serializable, which are true but should the wicket-guice integration pickup that and do it's magic or does it only apply to pages?

Re: Wicket 1.5 SerializableChecker/guice

2010-09-17 Thread Martin Grigorov
Show us some code/exceptions On Fri, Sep 17, 2010 at 10:48 AM, nino martinez wael nino.martinez.w...@gmail.com wrote: Hi I have a case where one of the models contains a an instance of that uses injection(guice) and the SerializableChecker says that the proxy are not implementing

Re: Wicket 1.5 SerializableChecker/guice

2010-09-17 Thread nino martinez wael
ok. They come next week.. regards Nino 2010/9/17 Martin Grigorov mgrigo...@apache.org: Show us some code/exceptions On Fri, Sep 17, 2010 at 10:48 AM, nino martinez wael nino.martinez.w...@gmail.com wrote: Hi I have a case where one of the models contains a an instance of that uses