From dev-return-5865-apmail-ode-dev-archive=ode.apache.org@ode.apache.org Fri Apr 17 23:27:01 2009 Return-Path: Delivered-To: apmail-ode-dev-archive@www.apache.org Received: (qmail 11215 invoked from network); 17 Apr 2009 23:27:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 17 Apr 2009 23:27:01 -0000 Received: (qmail 901 invoked by uid 500); 17 Apr 2009 23:27:00 -0000 Delivered-To: apmail-ode-dev-archive@ode.apache.org Received: (qmail 870 invoked by uid 500); 17 Apr 2009 23:27:00 -0000 Mailing-List: contact dev-help@ode.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ode.apache.org Delivered-To: mailing list dev@ode.apache.org Received: (qmail 807 invoked by uid 99); 17 Apr 2009 23:27:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Apr 2009 23:27:00 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Apr 2009 23:26:58 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A2F2F234C4AF for ; Fri, 17 Apr 2009 16:26:15 -0700 (PDT) Message-ID: <1664720892.1240010775666.JavaMail.jira@brutus> Date: Fri, 17 Apr 2009 16:26:15 -0700 (PDT) From: "Alexis Midon (JIRA)" To: dev@ode.apache.org Subject: [jira] Updated: (ODE-479) Evaluate Exit Activity Eagerly In-Reply-To: <92582018.1231543679705.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/ODE-479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexis Midon updated ODE-479: ----------------------------- Fix Version/s: (was: 1.3.1) 1.3.2 > Evaluate Exit Activity Eagerly > ------------------------------ > > Key: ODE-479 > URL: https://issues.apache.org/jira/browse/ODE-479 > Project: ODE > Issue Type: Bug > Components: BPEL Runtime > Affects Versions: 1.3.1 > Environment: platform-independent > Reporter: Karthick Sankarachary > Fix For: 1.3.2 > > > As per section 10.10 of the BPEL 2.0 specification, a business process instance must evaluate the activity eagerly (as opposed to lazily). In particular, it must forcefully terminate all other running or pending activities, no questions asked. > It has been insinuated that the implementation of the activity might not be as eager as it ought to be. This calls for a review of that piece of code, specifically to make sure that the reaction queue is flushed in a timely manner. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.