uff, should be fixed now. please retest.
txs and LieGrue, strub --- Mark Struberg <[email protected]> schrieb am Fr, 13.3.2009: > Von: Mark Struberg <[email protected]> > Betreff: Re: [jira] Created: (OWB-83) allow passivation of scopes > @SessionScoped and @ConversationScoped > An: [email protected], [email protected] > Datum: Freitag, 13. März 2009, 18:03 > > gurkan, I broke a few tests with my change, because now all > Scopes derived from SessionScoped or ConversationScoped must > implement java.io.Serializable. > > I will change them in the afternoon. > > LieGrue, > strub > > --- [email protected] > <[email protected]> > schrieb am Fr, 13.3.2009: > > > Von: [email protected] > <[email protected]> > > Betreff: Re: [jira] Created: (OWB-83) allow > passivation of scopes @SessionScoped and > @ConversationScoped > > An: [email protected] > > Datum: Freitag, 13. März 2009, 17:11 > > > > Yup, that's another story ;) > > > > Fact is: after a session got persisted and > deserialised > > into memory again after the reboot, @SessionScoped > and > > @ConversationScoped beans should imho also get > restored. > > > > Problem is: we probably have to re-wire the > > @ApplicationScoped and other resources in this case > :/ > > > > Are we really sure that we like to support this for > now? > > Or am I thinking too complicated? > > > > Anyway, the changes I did in the API are necessary to > be > > compatible with the Spec! > > > > LieGrue, > > strub > > > > --- Gurkan Erdogdu <[email protected]> > > schrieb am Fr, 13.3.2009: > > > > > Von: Gurkan Erdogdu <[email protected]> > > > Betreff: Re: [jira] Created: (OWB-83) allow > > passivation of scopes @SessionScoped and > > @ConversationScoped > > > An: [email protected] > > > Datum: Freitag, 13. März 2009, 15:20 > > > Currently we are not using the > > > SevletContainer session object to hold our > webbeans > > > instances. > > > > > > When will we passivate and activate the instances > ? > > How > > > will we decide it? Could we use the servlet > container > > > activation listeners? > > > > > > /Gurkan > > > > > > > > > > > > > > > > > > ________________________________ > > > From: Mark Struberg (JIRA) <[email protected]> > > > To: [email protected] > > > Sent: Friday, March 13, 2009 9:47:50 AM > > > Subject: [jira] Created: (OWB-83) allow > passivation > > of > > > scopes @SessionScoped and @ConversationScoped > > > > > > allow passivation of scopes @SessionScoped and > > > @ConversationScoped > > > > > > ------------------------------------------------------------------ > > > > > > > > > Key: OWB-83 > > > > > > URL: https://issues.apache.org/jira/browse/OWB-83 > > > > > > Project: OpenWebBeans > > > Issue Type: Bug > > > Reporter: Mark > > > Struberg > > > Assignee: Gurkan > > > Erdogdu > > > > > > > > > Since sessions of a ServletContainer may be > serialised > > and > > > persisted to disk on shutdown, SessionScoped and > > > ConversationScoped context may be passivated > > > > > > > > > > > > > > >
