user manual

172 BES Developers Guide
Setting Properties
Entity Properties
These properties are for CMP 1.1 and above implementations:
Property Type Default Description
ejb.maxBeans
InCache
lava.lang.Integer 1000 This option specifies the maximum
number of beans in the cache that
holds on to beans associated with
primary keys, but not transactions.
This is relevant for Option "A" and "B"
(see ejb.transactionCommitMode below).
If the cache exceeds this limit, entities
will be moved to the ready pool by
calling ejbPassivate.
ejb.maxBeans
InPool
java.lang.Integer 1000 The maximum number of beans in the
ready pool. If the ready pool exceeds
this limit, entities will be removed from
the container by calling
unsetEntityContext().