To Configure a Fault Sensor:

If you want to monitor faults (for this example, from the identity service), you can create a fault sensor.

  1. Select Change to Monitor view at the top of Oracle BPEL Designer.

  2. In the Structure window, expand the Sensors folder.

  3. Right-click Fault, and select Create.

  4. Click the Browse icon above the Namespace field to select to create a fault sensor, as shown in Figure 18-6.

    Figure 18-6 Creating a Fault Sensor

    Description of Figure 18-6 follows
    Description of "Figure 18-6 Creating a Fault Sensor"

    Based on your selection, the Namespace and Local Parts fields are automatically filled in.

  5. If you want to add a sensor action on the fault, then in the Sensor Actions section, click the Add icon. For more information, see How to Configure Sensor Actions.

  6. Click OK.

A new entry is created in the bpel_process_name_sensor.xml file:

<sensor sensorName="IdentityServiceFault"
        classname="oracle.tip.pc.services.reports.dca.agents.BpelFaultSensorAgent"
        kind="fault" 
        target="is:identityServiceFault">
    <faultConfig/>
</sensor>