Return-Path: X-Original-To: apmail-axis-c-dev-archive@www.apache.org Delivered-To: apmail-axis-c-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9EDD1B9DD for ; Fri, 20 Jan 2012 05:30:16 +0000 (UTC) Received: (qmail 2871 invoked by uid 500); 20 Jan 2012 05:30:16 -0000 Delivered-To: apmail-axis-c-dev-archive@axis.apache.org Received: (qmail 2645 invoked by uid 500); 20 Jan 2012 05:30:11 -0000 Mailing-List: contact c-dev-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list c-dev@axis.apache.org Received: (qmail 2623 invoked by uid 99); 20 Jan 2012 05:30:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jan 2012 05:30:01 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jan 2012 05:29:59 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id E4C5D156138 for ; Fri, 20 Jan 2012 05:29:39 +0000 (UTC) Date: Fri, 20 Jan 2012 05:29:39 +0000 (UTC) From: "nadir amra (Resolved) (JIRA)" To: c-dev@axis.apache.org Message-ID: <204538457.59026.1327037379938.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (AXISCPP-929) C interfaces should capture all C++ exceptions MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AXISCPP-929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] nadir amra resolved AXISCPP-929. -------------------------------- Resolution: Fixed Fix Version/s: 1.6 Final current (nightly) revision http://svn.apache.org/viewvc?view=revision&revision=1233775 > C interfaces should capture all C++ exceptions > ---------------------------------------------- > > Key: AXISCPP-929 > URL: https://issues.apache.org/jira/browse/AXISCPP-929 > Project: Axis-C++ > Issue Type: Bug > Components: Client - API > Reporter: nadir amra > Assignee: nadir amra > Fix For: current (nightly), 1.6 Final > > > The C interfaces should catch all C++ exceptions and provide a way to indicate whether operation was successful or not. > This means that we may have to eliminate the dynamic generation of the C header files based on the C++ header files since the prototypes for the calls may not be exactly the same - i.e. return value may indicate success or failure and if the function returned some value, the value returned on a the C interface may become an argument that would need to be passed in. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: c-dev-unsubscribe@axis.apache.org For additional commands, e-mail: c-dev-help@axis.apache.org