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#4171888

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4171888
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to