[jboss-user] [EJB 3.0] - Re: Stateful SB Passivation
francis17101970
do-not-reply at jboss.com
Wed Sep 3 09:07:03 EDT 2008
no as far as you know you can't. But why worring ? the AS takes care of saving resources. You can fine tune the idle time with the @CacheConfig annotation. The idleTimeoutSeconds parameter configures the amount of idle time before the bean is passivated and the removalTimeoutSeconds configures the amount of idle time before the bean is permanently removed.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4173947#4173947
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4173947
More information about the jboss-user
mailing list