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: Re: [wsbpel] Issue 250 - Proposal for Vote


Hi guys,

First, to help clarify, let's look at what the spec says today. It says, 
if you DO NOT understand the extension then replace with/treat as <empty/>.


So, make that more specific and say

If a processor does NOT understand the extension, then the extension 
activity is treated as an <empty> activity and all the standard elements 
and standard attributes of the immediate child of the 
<extensionActivity> are placed on this <empty/> activity. Notice that 
any additional child elements or constructs of the extensionActivity are 
dropped in this replacement:

<extensionActivity>
   <foo:myWierdness standard-attributes>
      standard-elements
   </foo:myWierdness>
</extensionActivity>

=>

<empty standard-attributes>
     standard-elements
</empty>

THEN, the resolution of this isssue would be to add the above 
clarification and then to only adding this sentence:

If a link crosses the boundary of an <extensionActivity>, then the 
element contained within the <extensionActivity> MUST be subject to 
mustUnderstand="yes".


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