Transaction cross-reference logging

You can configure EAServer to create a log of transaction cross references. For each distinct container managed transaction (identified by the business method that initiates the transaction), the log includes information about SQL statements and JMS operations that were executed in the transaction.

To create the transaction cross reference, enable Generate Transaction Cross Reference in the server property pages in the Management Console, or set the txRef property to true if using Ant configuration. This setting causes EAServer to collect the necessary data and write it to the log files using the TxRef scheduled task.

The transaction cross reference output is recorded in the EAServer logs/transactions directory, in file my-server-name.transactions, where my-server is the server name.