[jboss-user] [EJB 3.0] - Re: Stateful bean keep-alive

PeterJ do-not-reply at jboss.com
Wed May 13 11:19:58 EDT 2009


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



More information about the jboss-user mailing list