Error Groups in Oracle Mediator

21-12 Oracle Fusion Middleware Developers Guide for Oracle SOA Suite xs:field xpath=value xs:key xs:element xs:choice xs:attribute name=id type=tns:idType use=required xs:complexType xs:element name=Actions xs:annotation xs:documentationFault Recovery Actionsxs:documentation xs:annotation xs:complexType xs:sequence xs:element name=Action type=tns:ActionType maxOccurs=unbounded xs:sequence xs:complexType xs:element xs:complexType name=JavaActionType xs:annotation xs:documentationThis action invokes java code providedxs:documentation xs:annotation xs:sequence xs:element name=returnValue type=tns:ReturnValueType minOccurs=0 maxOccurs=unbounded xs:sequence xs:attribute name=className type=tns:idType use=required xs:attribute name=defaultAction type=tns:idType use=required xs:attribute name=propertySet type=tns:idType xs:complexType xs:complexType name=RetryType xs:annotation xs:documentationThis action attempts retry of activity executionxs:documentation xs:annotation xs:all xs:element ref=tns:retryCount xs:element ref=tns:retryInterval xs:element ref=tns:exponentialBackoff minOccurs=0 xs:element name=retryFailureAction type=tns:retryFailureActionType minOccurs=0 xs:element name=retrySuccessAction type=tns:retrySuccessActionType minOccurs=0 xs:all xs:complexType xs:simpleType name=idType xs:restriction base=xs:string xs:minLength value=1 xs:restriction xs:simpleType xs:complexType name=ReturnValueType xs:annotation xs:documentationReturn value from java code can chain another action using return valuesxs:documentation xs:annotation xs:attribute name=value type=tns:idType use=required xs:attribute name=ref type=xs:string use=required xs:complexType xs:element name=exponentialBackoff Using Oracle Mediator Error Handling 21-13 xs:annotation xs:documentationSetting this will cause retry attempts to use exponentialBackoff algorithmxs:documentation xs:annotation xs:complexType xs:element xs:element name=humanIntervention xs:annotation xs:documentationThis action causes the activity to freezexs:documentation xs:annotation xs:complexType xs:element xs:element name=replayScope xs:annotation xs:documentationThis action replays the immediate enclosing scopexs:documentation xs:annotation xs:complexType xs:element xs:element name=rethrowFault xs:annotation xs:documentationThis action will rethrow the faultxs:documentation xs:annotation xs:complexType xs:element xs:element name=retryCount type=xs:positiveInteger xs:annotation xs:documentationThis value is used to identify number of retriesxs:documentation xs:annotation xs:element xs:complexType name=retryFailureActionType xs:annotation xs:documentationThis is the action to be chained if retry attempts failxs:documentation xs:annotation xs:attribute name=ref type=xs:string use=required xs:complexType xs:complexType name=retrySuccessActionType xs:annotation xs:documentationThis is the action to be chained if retry attempts is successfulxs:documentation xs:annotation xs:attribute name=ref type=xs:string use=required xs:complexType xs:element name=retryInterval type=xs:unsignedLong xs:annotation xs:documentationThis is the delay in milliseconds of retry attemptsxs:documentation xs:annotation xs:element xs:element name=abort xs:annotation xs:documentationThis action terminates the processxs:documentation xs:annotation xs:complexType xs:element