Re: Serialization issue with app scoped beans referenced by session scoped beans

2008-02-06 Thread Kent Tong
/EWDW Axis2 tutorials freely available at http://www.agileskills2.org/DWSAA -- View this message in context: http://www.nabble.com/Serialization-issue-with-app-scoped-beans-referenced-by-session-scoped-beans-tp15303767p15328904.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

Re: Serialization issue with app scoped beans referenced by session scoped beans

2008-02-06 Thread Martin Marinschek
Hi Simon, Spring's might help - if it is serializable, and retrieves the beanFactory on deserialization. However, it doesn't do it right now; I think - but we discussed with Jürgen once, and maybe it will be supported in the future. I doubt the JSF managed-bean facility is sophisticated enough s

Re: Serialization issue with app scoped beans referenced by session scoped beans

2008-02-06 Thread simon
On Wed, 2008-02-06 at 19:20 -0800, Kent Tong wrote: > > > Simon Kitching-4 wrote: > > > > And java's serialization has *always* discarded transient objects on > > serialization and marked them as null on deserialization. That's > > perfectly normal. There are a number of options here for you, i

Re: Serialization issue with app scoped beans referenced by session scoped beans

2008-02-06 Thread Kent Tong
s2.org/EWDW Axis2 tutorials freely available at http://www.agileskills2.org/DWSAA -- View this message in context: http://www.nabble.com/Serialization-issue-with-app-scoped-beans-referenced-by-session-scoped-beans-tp15303767p15326677.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

Re: Serialization issue with app scoped beans referenced by session scoped beans

2008-02-05 Thread simon
On Tue, 2008-02-05 at 17:42 -0800, Kent Tong wrote: > Hi, > > Suppose I have a session scoped bean class Bean1 that refers > to an application scoped bean (Bean2) using a managed property: > > public class Bean1 implement Serializable { > private transient Bean2 appBean; > } > > The appBean f

Serialization issue with app scoped beans referenced by session scoped beans

2008-02-05 Thread Kent Tong
Tong Wicket tutorials freely available at http://www.agileskills2.org/EWDW Axis2 tutorials freely available at http://www.agileskills2.org/DWSAA -- View this message in context: http://www.nabble.com/Serialization-issue-with-app-scoped-beans-referenced-by-session-scoped-beans-tp15303767p15303767.html