Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 99485 invoked from network); 31 Jan 2007 14:44:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Jan 2007 14:44:31 -0000 Received: (qmail 19980 invoked by uid 500); 31 Jan 2007 14:44:33 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 19958 invoked by uid 500); 31 Jan 2007 14:44:33 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 19946 invoked by uid 99); 31 Jan 2007 14:44:33 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Jan 2007 06:44:33 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Jan 2007 06:44:26 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DF6A87142D7 for ; Wed, 31 Jan 2007 06:44:05 -0800 (PST) Message-ID: <7130740.1170254645912.JavaMail.jira@brutus> Date: Wed, 31 Jan 2007 06:44:05 -0800 (PST) From: "Davanum Srinivas (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Updated: (AXIS2-1717) Client API has no shutdown method that waits until all buffered requests are sent In-Reply-To: <17716257.1163668237066.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/AXIS2-1717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas updated AXIS2-1717: ------------------------------------ Assignee: Deepal Jayasinghe > Client API has no shutdown method that waits until all buffered requests are sent > --------------------------------------------------------------------------------- > > Key: AXIS2-1717 > URL: https://issues.apache.org/jira/browse/AXIS2-1717 > Project: Axis 2.0 (Axis2) > Issue Type: Improvement > Components: client-api > Affects Versions: 1.1 > Reporter: Michael Moser > Assigned To: Deepal Jayasinghe > > On Tue, 2006-11-14 at 15:52 +0100, Michael Moser wrote: > > I just ran into some problem with fireAndForget(...)-requests. These > > obviously get buffered inside AxisEngine. Thus, if the application > > terminates immediately after posting the last request(s) these request > > get never sent. > > > > I stumbled over this, when experimenting with a command line code > > snippet that uses the axis2 library to generate and send out SOAP > > requests. I first couldn't understand why these requests had no effect. > > After some digging I found out that these request were never received. > > After some further digging I realized they weren't even sent out in the > > first place. And after even more digging I finally realized, what was > > going wrong here... > > > > Is there some shutdown method or such in that library? I searched but > > found nothing so far... > Hmmmm .. I think you're right; we're missing a way to say "please wait > to finish all pending stuff and then shutdown." I thought that > ServiceClient.finalize() had that behavior but it doesn't. In any case, > that's not enough because this has to span across all pending service > requests not just one service client. > Can u open a JIRA with a simple sample please? > Thanks! > Sanjiva. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org