user manual

Chapter 31: EJB, JSS, and JTS Properties 389
EJB Container-level Properties
ejb.logging.verbose=true|false If set to true, the EJB container logs
messages about unexpected situations
which potentially could require user's
attention. The messages are marked with
>>>> EJB LOG <<<< header. Set it to false, to
suppress these messages.
true
ejb.logging.doFullExceptionLog
ging=true|false
If set, the container logs all unexpected
exceptions thrown in an EJB
implementation.
false
ejb.jss.pstore_location=<path> Use this to override the default name and
location of the file used as a JSS backend
storage. Applicable only for standalone
ejb containers. This option is deprecated,
use jss.pstore and jss.workingDir instead.
none
ejb.jdb.pstore_location=<path> Use this to override the default name and
location of the file used by the database
service. Applicable only for standalone
ejb containers.
none
ejb.interop.marshal_handle_as_
ior=true|false
If set to true, each instance of
javax.ejb.Handle is marshaled as a
CORBA IOR. Otherwise, it is marshaled
as a CORBA abstract interface. See
CORBA IIOP spec for details.
false
ejb.finder.no_custom_marshal=t
rue|false
When a multi-object finder returns a
collection of objects, by default the EJB
container does the following:
creates and returns a custom Vector
implementation to the caller.
creates IORs (from the primary keys)
lazily as the caller of the finder
browses/iterates over the Vector
returned.
compute IORs for the whole Vector,
when result is to leave the JVM where
it was created.
If this property is set to true, the EJB
container does not do any of the above.
false
ejb.collect.stats_gather_frequ
ency=<num>
The time interval in seconds between
printouts of container statistics. If set to
zero, this disables stats gathering and no
stats are displayed (since they are not
collected). This means that a zero setting
overrides whatever may be the value of
ejb.collect.display_statistics,
ejb.collect.statistics or
ejb.collect.display_detail_statistics
properties.
5
ejb.collect.display_statistics
=true|false
This flag turns on timer diagnostics, which
allow the user to see how the Container is
using the CPU.
false
Property Description Default