In the Component column, click a specific service component to access its

Managing BPEL Process Service Components and Engines 13-3

5. Select an action from the Recovery Action list.

6. Perform the following additional monitoring tasks from within the faults table:

a. Click the Show only recoverable faults checkbox to display only faults from

which you can recover.

b. From the Fault Type list, select to display all faults, system faults, business

faults, or Oracle Web Services Manager OWSM faults in the faults table. Click the Help icon for a description of these fault types.

c. From the View list, select Columns Fault ID to display the fault IDs for each

error message. The fault ID is automatically generated and uniquely identifies a fault. The fault ID is also displayed when you click an error message. Bulk fault recovery There are two options from which to choose for bulk-fault recovery: 1. Use Shift+Click or Control+Click to select specific faults in the rows. or 2. From the Select menu, choose Select All Recoverable. Then use Shift+Click or Control+Click to deselect the faults to not include in the recovery operation. Then: 3. Select an action from the Recovery Action list, as described in Step 5. Note: Only the actions applicable to all selected faults are available. Recovery of all faults 1. From the Select menu, choose Select All Recoverable. 2. Select an action from the Recovery Action list, as described in Step 5. Note: Only the actions applicable to all selected faults are available. Note: In most cases, fault policy actions are automatically executed. The only exception is if you defined a fault policy that uses the action ora-human-intervention. This action creates a recoverable fault that can be recovered from Oracle Enterprise Manager Fusion Middleware Control. Action Description Retry Retries the instance directly. An example of a scenario in which to use this recovery action is when the fault occurred because the service provider was not reachable due to a network error. The network error is now resolved. Abort Terminates the entire instance. Replay Replays the entire scope activity again in which the fault occurred. Rethrow Rethrows the current fault. BPEL fault handlers catch branches are used to handle the fault. By default, all exceptions are caught by the fault management framework unless an explicit rethrow fault policy is provided. Continue Ignores the fault and continues processing marks the faulted activity as a success. For... Then...