+

Search Tips   |   Advanced Search

Use the transaction service

In WebSphere Application Server, applications can use transactions to coordinate multiple updates to resources as atomic units (as indivisible units of work) such that all or none of the updates are made permanent.

In WAS, transactions are managed by three main components:

Use the following tasks to work with transactions in WAS applications:


Tasks


Subtopics


Related:

  • JTA support
  • Use the ActivitySession service
  • Use one-phase and two-phase commit resources in the same transaction
  • Manage active and prepared transactions
  • Manage active and prepared transactions by
  • Manage manual peer recovery of the transaction service
  • Manage transaction logging for optimum server availability
  • Configure transaction properties for an application server
  • Use WS-Transaction policy to coordinate transactions or business activities for web services
  • Configure transaction properties for peer recovery
  • Transaction service exceptions
  • Additional Application Programming Interfaces (APIs)
  • Transaction service custom properties
  • Local transaction containment
  • Java Transaction API (JTA) 1.1 Specification