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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...