当前位置: 技术问答>java相关
ejb部署时设定加载Bean 的最大数量的语句如何写,哪里有相关dtd
来源: 互联网 发布时间:2015-07-14
本文导语: ejb部署时设定加载Bean 的最大数量的语句如何写,哪里有相关dtd | In weblogic-ejb-jar.xml ,The pool element configures the behavior of the WebLogic Server free pool for stateless session and message driven EJBs....
ejb部署时设定加载Bean 的最大数量的语句如何写,哪里有相关dtd
|
In weblogic-ejb-jar.xml ,The pool element configures the behavior of the WebLogic Server free pool for stateless session and message driven EJBs. The options are:
* max-beans-in-free-pool
* initial-beans-in-free-pool
Example
The pool stanza can contain the elements shown here:
500
250
* max-beans-in-free-pool
* initial-beans-in-free-pool
Example
The pool stanza can contain the elements shown here:
500
250
|
By default, max-beans-in-free-pool has no limit; the maximum number of beans in the free pool is limited only by the available memory.