From dev-return-4895-apmail-ode-dev-archive=ode.apache.org@ode.apache.org Tue Jan 13 01:25:21 2009 Return-Path: Delivered-To: apmail-ode-dev-archive@www.apache.org Received: (qmail 22033 invoked from network); 13 Jan 2009 01:25:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Jan 2009 01:25:21 -0000 Received: (qmail 49727 invoked by uid 500); 13 Jan 2009 01:25:20 -0000 Delivered-To: apmail-ode-dev-archive@ode.apache.org Received: (qmail 49712 invoked by uid 500); 13 Jan 2009 01:25: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 49701 invoked by uid 99); 13 Jan 2009 01:25:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Jan 2009 17:25:20 -0800 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; Tue, 13 Jan 2009 01:25:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C90F8234C4A9 for ; Mon, 12 Jan 2009 17:24:59 -0800 (PST) Message-ID: <1009517797.1231809899822.JavaMail.jira@brutus> Date: Mon, 12 Jan 2009 17:24:59 -0800 (PST) From: "Alexis Midon (JIRA)" To: dev@ode.apache.org Subject: [jira] Updated: (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: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/ODE-464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexis Midon updated ODE-464: ----------------------------- Attachment: regression-r727114.txt > 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 > > Attachments: regression-r727114.txt > > > When ODE receives a one-way message, the IL does not send an ack, which results 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 only if oldstatus = ASYNC -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.