
You must not set pool properties for stateful session beans, as their instances are not kept in pools.
For more information about these properties, see Pool Properties .
If you specify all the pool properties, the SAP NetWeaver Developer Studio will generate the following source code elements:
<session-props> <property> <property-name>InitialSize</property-name> <property-value>0</property-value> </property> <property> <property-name>MaxSize</property-name> <property-value>1000</property-value> </property> <property> <property-name>ResizeStep</property-name> <property-value>1</property-value> </property> </session-props>