From dev-return-4741-apmail-ode-dev-archive=ode.apache.org@ode.apache.org Tue Dec 16 18:59:08 2008 Return-Path: Delivered-To: apmail-ode-dev-archive@www.apache.org Received: (qmail 16900 invoked from network); 16 Dec 2008 18:59:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Dec 2008 18:59:07 -0000 Received: (qmail 46872 invoked by uid 500); 16 Dec 2008 18:59:20 -0000 Delivered-To: apmail-ode-dev-archive@ode.apache.org Received: (qmail 46853 invoked by uid 500); 16 Dec 2008 18:59:20 -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 46842 invoked by uid 99); 16 Dec 2008 18:59:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Dec 2008 10:59:20 -0800 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED 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; Tue, 16 Dec 2008 18:59:05 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7F664234C3ED for ; Tue, 16 Dec 2008 10:58:44 -0800 (PST) Message-ID: <664402424.1229453924520.JavaMail.jira@brutus> Date: Tue, 16 Dec 2008 10:58:44 -0800 (PST) From: "Tammo van Lessen (JIRA)" To: dev@ode.apache.org Subject: [jira] Resolved: (ODE-464) ODE never acknowledges one-way invokes In-Reply-To: <2054921102.1229453204358.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/ODE-464?page=3Dcom.atlassian.j= ira.plugin.system.issuetabpanels:all-tabpanel ] Tammo van Lessen resolved ODE-464. ---------------------------------- Resolution: Fixed C:\dev\svn\ode-trunk>svn ci -m "fixing ODE-464" Sende engine\src\main\java\org\apache\ode\bpel\engine\ODEProcess.j= ava =C3=9Cbertrage Daten . Revision 727114 =C3=BCbertragen. > ODE never acknowledges one-way invokes > -------------------------------------- > > Key: ODE-464 > URL: https://issues.apache.org/jira/browse/ODE-464 > Project: ODE > Issue Type: Bug > Components: Axis2 Integration > Affects Versions: 2.0 > Reporter: Tammo van Lessen > Assignee: Tammo van Lessen > Priority: Critical > Fix For: 2.0 > > > When ODE receives a one-way message, the IL does not send an ack, which r= esults in timeout after 30 seconds. > ODEProcess.invokeProcess tries to send the ack via onMyRoleMexAck(mexdao,= oldstatus); oldstatus is always REQ, onMyRoleMexAck however send the ack o= nly if oldstatus =3D ASYNC --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.