The following properties are available for configuring the Transaction Service.
If set to true, the Oracle XA Resource workaround is used in transaction recovery. The default value is true.
If true, disables transaction logging, which might improve performance. If the automatic-recovery attribute is set to true, this property is ignored. The default value is false.
Changes the XAResource timeout. In some cases, the XAResource default timeout can cause transactions to be aborted, so it is desirable to change it. The default value is specific to the XAResource used.
Specifies the interval, in seconds, at which an asynchronous thread checks for pending transactions and completes them. If this property is not specified, there is no default. If this property is present but has no value, the default value is 60.
If true, enables last agent optimization, which improves the throughput of transactions. If one non-XA resource is used with XA resources in the same transaction, the non-XA resource is the last agent. The default value is true.
If true, cluster-wide delegated recovery is enabled. The default value is false.
Specifies the wait time, in seconds, after which an instance starts the recovery for a dead instance.
Specifies the JNDI name of the JDBC resource for the database to which transactions are logged. For more information, see Chapter 14, Using the Transaction Service, in Sun GlassFish Enterprise Server v3 Application Development Guide. There is no default value.
Specifies the host name that the transaction service uses to identify transactions being managed by the installed Enterprise Server. This can sometimes be useful for recovering transactions from the log file that was created on a different host running the Enterprise Server.