HomeIndex > Stateful Container

Configuring

In the the config.xml, find the "EJBNetworkService" gbean and add this gbean next to it:

config.xml

Properties

Each property is as follows:

Property Name

Description

TimeOut

Specifies the time to wait between invocations. This
value is measured in minutes. A value of 5 would
result in a time-out of 5 minutes between invocations.
A value of zero would mean no timeout.

Default value is 20.

PoolSize

Specifies the size of the bean pools for this
stateful SessionBean container.

Default value is 1000.

BulkPassivate

Property name that specifies the number of instances
to passivate at one time when doing bulk passivation.

Default value is 100.