OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

wsbpel message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Issue - 95 - Proposal to Vote


Proposed resolution for Issue 95: Allow all custom fault handlers
rethrowing the original fault.

Rationale: Default fault handlers, in addition to other steps, rethrow the
original fault. Custom fault handlers must be able to express the default
behavior as well.

Proposed syntax:
   <throw/>
(without attributes).

Example:
   <catchAll>
      <sequence>
         ...
         <throw/> <!-- this is a rethrow of the original fault -->
      </sequence>
   <catchAll>

Kind Regards
DK




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]