Re: Is TomEE 1.5.2 SNAPSHOT persistence across restarts working as designed?

2012-12-30 Thread Romain Manni-Bucau
Basically only tomcat session is persisted. Now sessionscoped beans should be too when existing but no more Le 30 déc. 2012 16:30, Howard W. Smith, Jr. smithh032...@gmail.com a écrit : Is TomEE 1.5.2 SNAPSHOT persistence across restarts working as designed? I know this is a Tomcat7 feature, but

Re: Is TomEE 1.5.2 SNAPSHOT persistence across restarts working as designed?

2012-12-30 Thread Howard W. Smith, Jr.
but no more = no longer a feature of TomEE sessionscoped beans = @SessionScoped or @Stateful, or both? On Sun, Dec 30, 2012 at 4:49 PM, Romain Manni-Bucau rmannibu...@gmail.comwrote: Basically only tomcat session is persisted. Now sessionscoped beans should be too when existing but no more

Re: Is TomEE 1.5.2 SNAPSHOT persistence across restarts working as designed?

2012-12-30 Thread Romain Manni-Bucau
No more =no more than that (dont expect more) @sessionscoped. Stateful are different and can even be requestscoped so why saving them by default? Le 30 déc. 2012 21:57, Howard W. Smith, Jr. smithh032...@gmail.com a écrit : but no more = no longer a feature of TomEE sessionscoped beans =

Re: Is TomEE 1.5.2 SNAPSHOT persistence across restarts working as designed?

2012-12-30 Thread Romain Manni-Bucau
Oh got it Depend on the conf but AFAIK thats not linked to start stop but more to time (see passivation) Le 30 déc. 2012 22:03, Howard W. Smith, Jr. smithh032...@gmail.com a écrit : Interesting, okay, thanks for the clarification. I attempted to use @Stateful in this manner, because i

Re: Is TomEE 1.5.2 SNAPSHOT persistence across restarts working as designed?

2012-12-30 Thread Howard W. Smith, Jr.
okay, thanks Romain. On Sun, Dec 30, 2012 at 5:12 PM, Romain Manni-Bucau rmannibu...@gmail.comwrote: Oh got it Depend on the conf but AFAIK thats not linked to start stop but more to time (see passivation)