I'm seeing this in conjunction with a session scoped bean...

Without knowing a thing about the internals of SFSB, Seam, etc...  is it 
possible that any cache / expiration setting for the session scoped SFSB is 
SHORTER than it needs to be?  

I'm not sure where this value is held, but if my session scoped SFSB is getting 
expired out of the SimpleStatefulCache after say 5 minutes, and yet I intend a 
session scoped SFSB to stay around the lifetime of an HttpSession (30 
minutes)...  

Does / should the SFSB stay around the entire time that Seam holds a reference 
to it == lifetime of the HttpSession, or can the SFSB get expired out from 
SimpleStatefulCache before Seam is done with it...?

Ryan


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951209#3951209

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951209


_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to