Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 34771 invoked from network); 4 Mar 2005 16:20:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 4 Mar 2005 16:20:47 -0000 Received: (qmail 74698 invoked by uid 500); 4 Mar 2005 16:20:47 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 74670 invoked by uid 500); 4 Mar 2005 16:20:47 -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 74657 invoked by uid 99); 4 Mar 2005 16:20:46 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 04 Mar 2005 08:20:46 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (8.12.11/8.12.11) with ESMTP id j24FfmLP014164 for ; Fri, 4 Mar 2005 16:41:48 +0100 Message-ID: <2044782821.1109950908842.JavaMail.jira@ajax.apache.org> Date: Fri, 4 Mar 2005 16:41:48 +0100 (CET) From: "Mark Whitlock (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Commented: (AXISCPP-497) Problems with Stub::setTransportProperty In-Reply-To: <854884811.1109784056128.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/AXISCPP-497?page=comments#action_60198 ] Mark Whitlock commented on AXISCPP-497: --------------------------------------- Well, I guess the various setTransportProperty methods are all there for a reason. The object design does not seem neat to me, but I cannot see any simple way of tidying it up. So I will leave it as it is. I will just fix the delete[] in AxisGenException under this JIRA. > Problems with Stub::setTransportProperty > ---------------------------------------- > > Key: AXISCPP-497 > URL: http://issues.apache.org/jira/browse/AXISCPP-497 > Project: Axis-C++ > Type: Bug > Reporter: Mark Whitlock > Assignee: Mark Whitlock > > The exception processing in Call::setTransportProperty is not in Stub::setTransportProperty. Stub::setTransportProperty should just call Call::setTransportProperty instead of SOAPTransport::setTransportProperty. Also the message is new[]'ed in Call but delete'd in AxisGenException. This will fail on Linux, where it should be delete[]'ed. -- 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 - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira