user manual
Chapter 31: EJB, JSS, and JTS Properties 403
Session Service (JSS) Properties
Old style EJB Container and JSS Properties
Some properties can also be specified as they were named in IAS 4.x. The
table below defines the correspondence between new and old style
properties. Note, that this works only with an EJB container started
standalone.
jss.softCommit=tru
e|false
Soft
commit
If true, the JSS uses the
JDataStore backend
database with the Soft
Commit mode enabled.
Setting this property
improves the performance
of the Session Service, but
can cause recently
committed transactions to
be rolled back after a
system crash. Note: this
property is applicable only
if the jss.pstore property is
configured to use a
JDataStore file as backend
storage. For more details,
see the JDataStore
documentation at: http://
info.borland.com/techpubs/
jdatastore.
true
jss.debug=true|
false
Debug Print debug information. If
set to true, the JSS prints
out debug traces.
false
Old Style (IAS 4.x> New style (BES 5.x)
EJBCopyArgs ejb.copy_arguments=true
EJBUseJavaSerialization ejb.use_java_serialization=true
EJBNoSleep ejb.no_sleep=true
EJBNoClassLoader ejb.classload_policy=none
EJBOneClassLoader ejb.classload_policy=container
EJBPassivationTimeout=<num> ejb.sfsb.passivation_timeout=<num>
EJBDiagnosticPeriod=<num> ejb.collect.stats_gather_frequency=<num>
EJBQuietTimers ejb.collect.statistics=true
EJBTimers ejb.collect.display_statistics=true
EJBDetailTimers ejb.collect.display_detail_statistics=tru
e
EJBDebug ejb.trace_container=true
EJBDefaultStorageTimeout=<num> jss.maxIdle=<num>
Property
Console
Property
Name
Description Default










