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 141 - Proposal For Vote


Issue 141 - Standard Fault Format

Note: This issue depends on the resolution of issue 182 & 185

Proposal: Define a wrapper element <bpelFaultValue> defined using 
tExtensibleElements and specify this as a standard fault value thrown 
with BPEL standard faults. This proposal depends on the outcome of 182 
and 185 to make it possible to, in effect, ignore this fault value if 
desired.

Section 14.9 Standard BPEL Fault Value

All faults defined in this specification have associated with them a 
standard fault variable of type standardBpelFault of the form:

<bpws:bpelFaultValue>...</bpws:bpelFaultValue>

By default the bpelFaultValue element is empty however implementation 
MAY add new information to the fault body as appropriate.

Add to Schema:

     <complexType name="standardBpelFault">
         <sequence>
             <element name="bpelFaultValue" 
type="bpws:tExtensibleElements"/>
         </sequence>
     </complexType>




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