Re: serialization problem with spring

2011-08-01 Thread Martin Grigorov
that returns an object with PersistenceExceptionTranslationInterceptor, then holds a reference to it? If so, that'll be a problem since Wicket doesn't know to proxy that one. Dan On Sun, Jul 31, 2011 at 5:08 PM, Joe Fawzy joewic...@gmail.com wrote: Hi i have a serialization problem with spring My

Re: serialization problem with spring

2011-08-01 Thread Dan Retzlaff
be a problem since Wicket doesn't know to proxy that one. Dan On Sun, Jul 31, 2011 at 5:08 PM, Joe Fawzy joewic...@gmail.com wrote: Hi i have a serialization problem with spring My CreatePage class looks like:- public class CreatePage extends WebPage{ @SpringBean

serialization problem with spring

2011-07-31 Thread Joe Fawzy
Hi i have a serialization problem with spring My CreatePage class looks like:- public class CreatePage extends WebPage{ @SpringBean AccountManager accountManager; } as i am using @SpringBean , it should handle creating a serializable proxy for me BUT i got the following exception

Re: serialization problem with spring

2011-07-31 Thread Bruno Borges
a serialization problem with spring My CreatePage class looks like:- public class CreatePage extends WebPage{ @SpringBean AccountManager accountManager; } as i am using @SpringBean , it should handle creating a serializable proxy for me BUT i got the following exception ERROR

Re: serialization problem with spring

2011-07-31 Thread Dan Retzlaff
an object with PersistenceExceptionTranslationInterceptor, then holds a reference to it? If so, that'll be a problem since Wicket doesn't know to proxy that one. Dan On Sun, Jul 31, 2011 at 5:08 PM, Joe Fawzy joewic...@gmail.com wrote: Hi i have a serialization problem with spring My CreatePage class

Re: serialization problem with spring

2011-07-31 Thread Joe Fawzy
be a problem since Wicket doesn't know to proxy that one. Dan On Sun, Jul 31, 2011 at 5:08 PM, Joe Fawzy joewic...@gmail.com wrote: Hi i have a serialization problem with spring My CreatePage class looks like:- public class CreatePage extends WebPage{ @SpringBean

Re: serialization problem with spring

2011-07-31 Thread Joe Fawzy
with PersistenceExceptionTranslationInterceptor, then holds a reference to it? If so, that'll be a problem since Wicket doesn't know to proxy that one. Dan On Sun, Jul 31, 2011 at 5:08 PM, Joe Fawzy joewic...@gmail.com wrote: Hi i have a serialization problem with spring My CreatePage class