Add a Fault Handler

To add a fault handler:

  1. In the Applications window, expand SOA > BPEL.
  2. Double-click TestProcess.bpel.
  3. Click the Add Catch icon in the BPEL process to add a catch activity as the fault handler for the BPEL process. You can also use a CatchAll activity. Figure 12-2 provides details.
  4. Double-click the catch activity to specify the system fault. Figure 12-3 provides details.

    There is no assert activity to trigger this system fault. You can add one to assert an input field.

  5. In the Namespace URI field, click the Browse icon.

    The Fault Chooser dialog is displayed.

  6. Select a system fault (for this example, assertFailure), and click OK. There are many other system faults that can be selected. Figure 12-4 provides details.

    Figure 12-4 Fault Chooser Dialog

    Description of Figure 12-4 follows
    Description of "Figure 12-4 Fault Chooser Dialog"

    You are returned to the Edit Catch dialog.

  7. In the Fault Variable field, click the Create Variable icon.

    The Create Variable dialog is displayed.

    A name of FaultVar and a variable of type RuntimeFaultMessage are created. Figure 12-5 provides details.

    Figure 12-5 Create Variable Dialog

    Description of Figure 12-5 follows
    Description of "Figure 12-5 Create Variable Dialog"
  8. Copy the RuntimeFault.wsdl file into the SOA > WSDLs folder. This is the same location as the BPEL process WSDL file.
  9. Click OK, and then click OK in the Edit Catch dialog.