Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 50638 invoked from network); 18 Oct 2006 13:49:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Oct 2006 13:49:30 -0000 Received: (qmail 88545 invoked by uid 500); 18 Oct 2006 13:49:29 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 88530 invoked by uid 500); 18 Oct 2006 13:49:29 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 88519 invoked by uid 99); 18 Oct 2006 13:49:29 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Oct 2006 06:49:29 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Oct 2006 06:49:28 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8A3277142DC for ; Wed, 18 Oct 2006 06:48:35 -0700 (PDT) Message-ID: <2452912.1161179315548.JavaMail.jira@brutus> Date: Wed, 18 Oct 2006 06:48:35 -0700 (PDT) From: "Andrew Borley (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Commented: (AXIS2C-209) Cannot invoke a service from within a service In-Reply-To: <31495151.1153474633822.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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/AXIS2C-209?page=comments#action_12443269 ] Andrew Borley commented on AXIS2C-209: -------------------------------------- On further investigation I've found that this is a Windows-only failure. The service attached runs fine on Linux 0.94 but fails on Windows 0.94 and Windows pre-0.95 trunk. > Cannot invoke a service from within a service > --------------------------------------------- > > Key: AXIS2C-209 > URL: http://issues.apache.org/jira/browse/AXIS2C-209 > Project: Axis2-C > Issue Type: Bug > Affects Versions: 0.92 > Reporter: Andrew Borley > Priority: Critical > Fix For: 0.95 > > Attachments: test_service.tar.gz > > > Using Axis2C 0.92 and trying to call a service on another server from within a service. > The call to the final service works correctly but then the intermediary service fails when Axis2C tries to return the response to the original client. This happens after my skeleton invoke method returns. > The problem can be fixed by commenting out the AXIS2_SVC_CLIENT_FREE call in the intermediary service, but then I have memory leaks. > It would be good to have a sample that shows this operation, as it seems a likely user-scenario to me. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-c-dev-help@ws.apache.org