Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

EJB Module: Configuration: Retries

Column Display     

WebLogic Server includes the ability to configure the EJB container so that it automatically retries container managed transactions that have rolledback. On a per method basis, the EJB container can be instructed to retry a failed method up to a specified number of times using a new transaction if that method was originator of the transaction that rolledback.

This page allows you to configure the retry count for the methods that support it. Click on a retry count value in the table to edit it, and press Enter after entering a new value. Click Apply after all your retry count edits are complete.

Column Display

You can show fewer or additional data points on this page by expanding Customize this table and modifying the Column Display list. Each data point displays in its own table column.

The following table lists all of the data points that you can display in columns on this page.

Name Description
Methods

The methods for which you want the EJB container to automatically retry container-managed transactions that have rolled back.

Description

Describes the methods.

Retry Count

The number of times you want the EJB container to automatically retry a container-managed transaction method that has rolled back.


Back to Top