How Do I: Understand How Transactions Are Managed in a Web Service?

Whenever a method of your web service is invoked, all of the actions performed in that method will be part of one transaction. If the method completes normally, the transaction will commit. However, if an exception occurs, then the transaction will be rolled back.

For a description of WebLogic Workshop's implicit transactions, see Default Transactional Behavior in WebLogic Workshop.

Related Topics

Implicit Transactions in WebLogic Workshop