[jboss-user] [EJB/JBoss] - Re: Stateless Session Bean pool MaximumSize with strictMaxim
shreyasshinde
do-not-reply at jboss.com
Tue Sep 23 18:44:34 EDT 2008
For EJB 3.0 you can edit the ejb3-interceptors-aop.xml file under /jboss_home/server/all/deploy directory. Edit the element for "Stateless Bean" with something like this
@org.jboss.annotation.ejb.PoolClass (value=org.jboss.ejb3.StrictMaxPool.class, maxSize=1, timeout=10000)
I hope this helps.
Thanks,
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178428#4178428
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4178428
More information about the jboss-user
mailing list