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


In section 6.2, 7.2
Change the partnerLink schema to:

<partnerLinks>
       <partnerLink name="ncname" partnerLinkType="qname"
            myRole="ncname"? partnerRole="ncname"?
            partnerIsSelf="Boolean"?>+
       </partnerLink>
</partnerLinks>

Add the following text to the end of section 7.2:

If the partnerIsSelf attribute is set to true then it indicates that the 
partnerRole points to the BPEL process instance in which the partnerLink 
is being used. The default value of the partnerIsSelf attribute is 
false. partnerIsSelf is used to support internal communication so that a 
BPEL process instance can send messages to itself. By specifying 
partnerIsSelf="true" the BPEL engine knows that it is to provide a 
binding for the partnerRole that points at the BPEL process instance.

Add the following to the schema definition of tPartnerLink:
<attribute name="partnerIsSelf" type="bpws:tBoolean" use="optional" 
default="no"/>


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