Jboss 4.2:
For stateless bean I am trying to find what the default wait timeout for new requests when
none of the pool members are available. How long does the new requests wait for Instance
to be available. Also, how do I set it? I am trying to look for pool-config schema but
have not been able to find that. This is from jboss.xml
| <pool-config>
| <pool-class>org.jboss.ejb3.StrictMaxPool</pool-class>
| <pool-max-size>80</pool-max-size>
| </pool-config>
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262253#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...