/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.
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
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
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.
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
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
6 matches
Mail list logo