下面的ejb3片段中显示的jboss 7.1.1XML默认访问超时的最大允许值是多少?
我在谷歌和这里都找不到。有没有办法把它设为无穷大?
谢谢。
<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>

发布于 2015-06-18 04:06:24
尝试将其设置为-1,看看是否会有所不同。
https://stackoverflow.com/questions/30901289
复制相似问题