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>