XMLBeanFactory not serializable - what to do??

2009-02-17 Thread Edwin Ansicodd

have a Serializable object on a Wicket page.  This object in turn has a
reference to an XMLBeanFactory.  Wicket is giving me an error because
XMLBeanFactory is not serializable.  What do I do??
-- 
View this message in context: 
http://www.nabble.com/XMLBeanFactory-not-serializable---what-to-do---tp22055512p22055512.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: XMLBeanFactory not serializable - what to do??

2009-02-17 Thread Thomas Mäder
LoadableDetachableModel?

Thomas

On Tue, Feb 17, 2009 at 12:43 PM, Edwin Ansicodd erik.g.hau...@gmail.comwrote:


 have a Serializable object on a Wicket page.  This object in turn has a
 reference to an XMLBeanFactory.  Wicket is giving me an error because
 XMLBeanFactory is not serializable.  What do I do??
 --
 View this message in context:
 http://www.nabble.com/XMLBeanFactory-not-serializable---what-to-do---tp22055512p22055512.html
 Sent from the Wicket - User mailing list archive at Nabble.com.


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




-- 
Thomas Mäder
Wicket  Eclipse Consulting
www.devotek-it.ch


Re: XMLBeanFactory not serializable - what to do??

2009-02-17 Thread Sébastien Piller

transient field + lazy init method?

Edwin Ansicodd wrote:

have a Serializable object on a Wicket page.  This object in turn has a
reference to an XMLBeanFactory.  Wicket is giving me an error because
XMLBeanFactory is not serializable.  What do I do??
  



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



Re: XMLBeanFactory not serializable - what to do??

2009-02-17 Thread Martin Grigorov
use wicket-spring to get references to your beans

El mar, 17-02-2009 a las 03:43 -0800, Edwin Ansicodd escribió:
 have a Serializable object on a Wicket page.  This object in turn has a
 reference to an XMLBeanFactory.  Wicket is giving me an error because
 XMLBeanFactory is not serializable.  What do I do??


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