0 Replies Latest reply on Oct 26, 2009 2:20 PM by mohitanchlia

    Timeout on waiting for Bean pool

    mohitanchlia

      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>