Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 55029 invoked from network); 6 Mar 2007 23:22:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Mar 2007 23:22:45 -0000 Received: (qmail 47181 invoked by uid 500); 6 Mar 2007 23:22:54 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 47092 invoked by uid 500); 6 Mar 2007 23:22:53 -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 47068 invoked by uid 99); 6 Mar 2007 23:22:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Mar 2007 15:22:53 -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; Tue, 06 Mar 2007 15:22:44 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4698E714090 for ; Tue, 6 Mar 2007 15:22:24 -0800 (PST) Message-ID: <21633898.1173223344286.JavaMail.root@brutus> Date: Tue, 6 Mar 2007 15:22:24 -0800 (PST) From: "nadir amra (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Closed: (AXISCPP-1023) Exception subclasses missing copy constructor In-Reply-To: <5910606.1173103070671.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/AXISCPP-1023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] nadir amra closed AXISCPP-1023. ------------------------------- Resolution: Fixed I chose to implement copy constructor as: // copy constructor AxisGenException(const AxisGenException& e): AxisException((const AxisException)e) { } since the submitted patch would have resulted in a duplicate message being generated. Please test and if problems, reopen or post. Thanks. > Exception subclasses missing copy constructor > --------------------------------------------- > > Key: AXISCPP-1023 > URL: https://issues.apache.org/jira/browse/AXISCPP-1023 > Project: Axis-C++ > Issue Type: Bug > Components: Client - API > Affects Versions: 1.6 Beta > Environment: Windows VC7 > Reporter: Wayne Johnson > Priority: Critical > Fix For: current (nightly) > > Attachments: AxisCPP-1023.patch > > > AxisGenException is missing a copy constructor which causes crashes when exception is thrown. -- 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-c-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-c-dev-help@ws.apache.org