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: Q: Link Name Scoping


Hi,

I have a few questions on link name scoping. If it turns
out that the current specification cannot answer them,
I would propose a new issue later.

Suppose we have the following process:

<flow name="F1">
  <links>
    <link name="L1"/> <!-- L1 is defined here and ... -->
  </links>
  <sequence name="S1">
    <flow name="F2">
      <links>
        <link name="L1"/> <!-- ... here -->
      </links>
      <sequence name="S2">
          <invoke name="I1" ...>
            <target linkName="L1"/> <!-- Which L1? -->
          </invoke>
          ...

Note that link L1 is defined at two places.
Q1: Is this definition legal?
Q2: If legal, is I1 target of L1 of F2 (F2.L1)
    or L1 of F1 (F1.L1)?

My guess and preference is:
A1: Yes
A2: F2.L1.

Yuzo Fujishima
NEC Corporation



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