When a method or callback in your web service is executed, the method or
callback is encapsulated in a transaction. Other resources called by the method
or callback may also be part of the transaction. A transaction coordinates
a set of operations so that if one operation fails, none of the operations
happen, and the state of the application is returned to the way it was before
the method or callback executed.
Topics Included in This Section
Transaction Basics
Provides a basic overview of transactions in enterprise applications.
Default Transactional
Behavior in WebLogic Workshop
Explains the default behavior of implicit transactions in
WebLogic Workshop.
Connection Pools
and XA-compliant Database Drivers
Describes how to configure your application to share a connection
pool in order to work around the requirement for XA-compliant drivers.