WAS v8.5 > MonitoringMonitoring Transactions
This page provides a starting point for finding information about Java Transaction API (JTA) support. Applications running on the server can use transactions to coordinate multiple updates to resources as one unit of work, such that all or none of the updates are made permanent.
WAS v8.5 provides advanced transactional capabilities to help application developers avoid custom coding. It provides support for the many challenges related to integrating existing software assets with a Java EE environment.
More introduction...
Subtopics
- Configure an application server to log heuristic reporting
We can configure the transaction service for an application server to indicate whether to log the transaction service is about to commit a one-phase commit resource. This configuration is useful when we use last participant support, when there is an increased risk that a transaction has an heuristic outcome.
Related information:
Migrating Transactions
Administer Transactions
Develop Transactions
Transactions
Troubleshooting Transactions