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] New Issue - Link Semantics in Event Handlers


Edwin,

Here goes a sample fragment:

<eventHandlers>
  <onMessage ...>
    <flow>
      <links>
        <link name="AtoB"/>
      </links>
      <invoke name="A" ...>
        <source linkName="AtoB"/>
      </invoke>
      <invoke name="B" ...>
        <target linkName="AtoB"/>
      </invoke>
    </flow>
  </onMessage>
</eventHandlers>

> > Short Description:
> > According to 13.5.4.2 Message Events, BPEL 1.1 allows one 
> > event handler activity to run concurrently. However, it is 
> > not specified whether all concurrent "threads" share link 
> > status or each thread maintains its own link status. Suppose 
> > activity B has synchronization dependency on A. Can B in a 
> > thread be run after A is completed in other thread? Or only 
> > after A is completed in the same thread?


----- Original Message ----- 
From: "Edwin Khodabakchian" <edwink@collaxa.com>
To: "'Yuzo Fujishima'" <fujishima@bc.jp.nec.com>; <wsbpel@lists.oasis-open.org>
Sent: Wednesday, July 02, 2003 12:03 PM
Subject: RE: [wsbpel] New Issue - Link Semantics in Event Handlers


> Yuzo,
> 
> Could you please provide a BPEL code fragment that would highlight this
> problem? 
> 
> Edwin 



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