Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Fault policy with no fault name

2778774Oct 27 2014 — edited Oct 27 2014


Can I Define a fault polcy as below which can handle all faults? Basically i have not provided the fault name nor any condition.

  <faultPolicy version="2.0.1" id="faults"

               xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"

               xmlns:xs="http://www.w3.org/2001/XMLSchema"

               xmlns="http://schemas.oracle.com/bpel/faultpolicy"

               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

    <Conditions>

      <faultName>

        <condition>

          <action ref="ora-rethrow-fault"/> or any other action i like here.

        </condition>

      </faultName>

    </Conditions>

This post has been answered by abhay kumar on Oct 27 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 24 2014
Added on Oct 27 2014
1 comment
126 views