Maximum value for jboss 7.1.1 ejb3 default-access-timeout

1.1k Views Asked by At

What is the maximum allowed value for the jboss 7.1.1 ejb3 default-access-timeout shown in the xml snippet below?

I wasn't able to find it on google or here. Is there a way to set it to infinity?

Thanks.

    <subsystem xmlns="urn:jboss:domain:ejb3:1.2">
        <session-bean>
            <stateless>
                <bean-instance-pool-ref pool-name="slsb-strict-max-pool"/>
            </stateless>
            <stateful default-access-timeout="5000" cache-ref="simple"/>
            <singleton default-access-timeout="5000"/>
        </session-bean>

enter image description here

1

There are 1 best solutions below

0
On

Try setting it to -1, see if that makes a difference.