Author: djencks
Date: Thu May 24 14:32:53 2007
New Revision: 541438
URL: http://svn.apache.org/viewvc?view=rev&rev=541438
Log:
Make the stateful bean pool size large enough so its unlikely we'll try to passivate anything
Modified:
geronimo/server/trunk/configs/openejb/src/plan/plan.xml
Modified: geronimo/server/trunk/configs/openejb/src/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/openejb/src/plan/plan.xml?view=diff&rev=541438&r1=541437&r2=541438
==============================================================================
--- geronimo/server/trunk/configs/openejb/src/plan/plan.xml (original)
+++ geronimo/server/trunk/configs/openejb/src/plan/plan.xml Thu May 24 14:32:53 2007
@@ -41,6 +41,7 @@
<gbean name="DefaultStatefulContainer" class="org.apache.geronimo.openejb.EjbContainer">
<attribute name="id">Default Stateful Container</attribute>
<attribute name="type">STATEFUL</attribute>
+ <attribute name="properties">PoolSize=200</attribute>
<reference name="OpenEjbSystem">
<name>OpenEjbSystem</name>
</reference>
|