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 - 208 - Partner Link Equivalence


This issue has been added to the wsbpel issue list with a status of "received". The status will be changed to "open" if the TC accepts it as identifying a bug in the spec or decides it should be accepted specially. Otherwise it will be closed without further consideration (but will be marked as "Revisitable")

The issues list is posted as a Technical Committee document to the OASIS WSBPEL TC pages on a regular basis. The current edition, as a TC document, is the most recent version of the document entitled in the "Issues" folder of the WSBPEL TC document list - the next posting as a TC document will include this issue. The list editor's working copy, which will normally include an issue when it is announced, is available at this constant URL.

Issue - 208 - Partner Link Equivalence

Status: received
Date added: 20 May 2005
Categories: Partner Links
Date submitted: 20 May 2005
Submitter: Yuzo Fujishima
Champion: Yuzo Fujishima <fujishima@bc.jp.nec.com>
Document: WS-BPEL specification draft
Description:

Partner links are compared in correlating messages. The current specification does not completely define how partner links are compared.

More specifically, the following questions must be answered:

Q1: Is only the partner link QName (process namespace + partner link NCName) considered?

Q2: Is the scope where the partner link is defined considered also?

Q3: Is the EPR assigned to the partner link considered also?

Examples:

E1: Is this legal? Will this result in conflicting receive?

<flow>
  <scope>
    <partnerLinks>
      <partnerLink name="theSameName" ...>
    </partnerLinks>
    <receive partnerLink="theSameName" ...>
  </scope>
  <scope>
    <partnerLinks>
      <partnerLink name="theSameName" ...>
    </partnerLinks>
    <receive partnerLink="theSameName" ...>
  </scope>
</flow>

E2: How about this?

<flow>
  <scope>
    <partnerLinks>
      <partnerLink name="theSameName" ...>
    </partnerLinks>
    <sequence>
      <assign EPR1 to the partner link ...>
      <receive partnerLink="theSameName" ...>
    </sequence>
  </scope>
  <scope>
    <partnerLinks>
      <partnerLink name="theSameName" ...>
    </partnerLinks>
    <sequence>
      <assign EPR2 to the partner link ...>
      <receive partnerLink="theSameName" ...>
    </sequence>
  </scope>
</flow>

Discussion:

The source of the problem is that a partner link that should be scoped globally (among processes and web services/clients) is actually scoped locally (within a scope activity).

In my opinion, a globally-scoped thing should be defined at the process level, not at the scope level.
Submitter's proposal:

Base proposal: Only the partner link QName (process namespace URI as the namespace URI, partner link NCName as the local name) is considered while comparing two partner links in message correlation.

Additional proposal A: Throw conflictingPartnerLink fault when more than one partner link with the same name is instantiated.

Additional proposal B: Disallow defining partner links in a scope. They can be defined only at the process level.
Changes: 20 May 2005 - new issue


To comment on this issue (including whether it should be accepted), please follow-up to this announcement on the wsbpel@lists.oasis-open.org list (replying to this message should automatically send your message to that list), or ensure the subject line as you send it starts "Issue - 208 - [anything]" or is a reply to such a message. If you want to formally propose a resolution to an open issue, please start the subject line "Issue - 208 - Proposed resolution", without any Re: or similar.

To add a new issue, see the issues procedures document (but the address for new issue submission is the sender of this announcement).


Choreology Anti virus scan completed


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