[jboss-user] [EJB/JBoss] - Re: How to specify maximum instances allowed for a SFSB
artd
do-not-reply at jboss.com
Wed Jun 18 08:47:11 EDT 2008
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=137351
See that post.
The 30 limit is on the SLSB's, the default maximum for SFSB's is 100000 as defined in the ejb3-aop-interceptors.xml file under deploy.
Even the max values only appear to be defined for the active Cache of beans, and not the total amount allowed to exist after passivation. The Removal timeout is what declares when those passivated beans may be cleaned up. By default, jboss sets this to 0, or infinite (ie, the passivated beans will never be cleaned up until the server is gracefully shutdown).
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158972#4158972
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158972
More information about the jboss-user
mailing list