Stateful session beans are kept alive until the client closes the session. 
However, the app server will passivate them to disk if there are too many or 
they have not been used for a while. You can change the bean idle time, and 
adjust the cache size, to prevent (or delay) the passivation.

I would tell you which settings govern this but you did not say what version of 
JBoss AS you are using.

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4230879
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to