How do I Configure Transaction Attributes?
The EJB architecture supports distributed transactions, which eliminates the need for developers to deal with complex issues of failure recovery and multi-user programming.
The transaction system ensures that a unit of work is either completed, or rolled back if incomplete. Transactions enable developers to design an application where units of work appear to execute serially.
You can use tools on the Console to configure the JavaTransaction API (JTA). The configuration process involves specifying the following attributes:
- Transaction timeouts and limits
- Transaction Manager behavior
Related topics on how to prepare applications for deployment on Server: