[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Issue - 229 - Fault handling and compensation handling allows selective compensation of child scopes
This issue has been added to the wsbpel issue list with a status of "received". The status will be changed to "open" if a motion to open the issue is proposed and that motion is approved by the TC. A motion could also be proposed to close it without further consideration. Otherwise it will remain as "received".
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.
<scope name="root"> <faultHandlers> <catchAll> <compensate scope="a"> </catchAll> </faultHandlers> <compensationHandler> <compensate scope="a"> </compensationHandler> <sequence> <scope name="a"> ... </scope> <scope name="b"> ... </scope> <scope name="c"> ... </scope> </sequence>
If a fault is caused by scope "c" the catchAll will only compensate "a" leaving "b" uncompensated. Let's assume programmer 1 created the process and didn't bother to compensate "b" since "b" at that time didn't do any real work. Now programmer 2 picks up that process later and adds real work and a compensation handler for it to scope "b" not realizing that the catchAll will not compensate "b" and that the work will not be compensated.
Additionally if the real work added to scope "b" was accomplished by programmer 2 by adding a child scope "b1" to "b". Programmer 2 looking at scope "b" may think that default compensation handling is in place and feel safe that their new work will be compensated. Not realizing that the scope “root” has selectively chosen not to compensate "b" and thereby "b1" in the process.
Possible solutions:
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 - 229 - [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 - 229 - 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]