user manual
Chapter 31: EJB, JSS, and JTS Properties 405
Partition Transaction Service (Transaction Manager)
JTS System Properties
JTS properties can also be specified as system properties as used in IAS 4.x
and BAS 4.5. The table below defines the correspondence between new and
old style properties. Note, that this works only with an EJB container started
standalone.
jts.timeout_interval=<num> The JTS Timeout Manager examines
registered transactions for timeout expiration
at intervals in seconds controlled by the
value of this property. Setting it to a value of
0 causes the interval to occur every 9999
seconds.
5
jts.default_timeout=<num> The timeout period for a Bean Managed
transaction can be configured using JTA
UserTransaction setTransactionTimeout()
method. If not used or if transaction is a
Container Managed transaction, the default
transaction timeout value is applied. This can
be configured upon JTS startup using the
jts.default_timeout property value. The
granularity of this property is 1 second.
600
jts.default_max_timeout=<n
um>
To prevent specification of an excessive
timeout value for the jts.default_timeout
property, the jts.default_max_timeout property
controls the maximum time a transaction can
be active before its expired. The granularity
of this property is 1 second.
3600
jts.trace=true|false Set this property to generate JTS debug
messages.
False
jts.transaction_debug_time
out=<num>
If set, this property displays a list of active
transactions maintained by JTS. Its value
dictates the interval in seconds at which
transactions are displayed.
None
Old Style (IAS 4.x> New style (BES 5.x)
EJBAllowUnrecoverableCompletion jts.allow_unrecoverable_completion=true
EJBNoGtids jts.no_global_tids=true
EJBNoLtids jts.no_local_tids=true
EJBTxTimeoutEnable jts.timeout_enable=true
EJBTxTimeoutInterval=<num> jts.timeout_interval=<num>
EJBTxDefaultTimeout=<num> jts.default_timeout=<num>
EJBTxDefaultMaxTimeout=<num> jts.default_max_timeout=<num>
EJBTxDebug jts.trace=true
EJBTxTransactionDebugTimeout=<num> jts.transaction_debug_timeout=<num>
Property Description Default










