in jboss.xml , add this and try out.
<ejb-name>ejbName</ejb-name>
<pool-config>
<pool-class>org.jboss.ejb3.StrictMaxPool</pool-class>
<pool-max-size>5</pool-max-size>
<pool-timeout>60000</pool-timeout>
</pool-config>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4171888#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...