Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 45588 invoked from network); 22 Jun 2005 10:37:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Jun 2005 10:37:21 -0000 Received: (qmail 19781 invoked by uid 500); 22 Jun 2005 10:37:21 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 19714 invoked by uid 500); 22 Jun 2005 10:37:20 -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 19651 invoked by uid 99); 22 Jun 2005 10:37:20 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jun 2005 03:37:20 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 3A70515 for ; Wed, 22 Jun 2005 12:37:19 +0200 (CEST) Message-ID: <99256429.1119436639238.JavaMail.jira@ajax.apache.org> Date: Wed, 22 Jun 2005 12:37:19 +0200 (CEST) From: "Samisa Abeysinghe (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Assigned: (AXISCPP-322) Exception numbers inconsistent in AxisException.hpp and SoapFault.cpp In-Reply-To: <1765927312.1102950414942.JavaMail.apache@nagoya> 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/AXISCPP-322?page=all ] Samisa Abeysinghe reassigned AXISCPP-322: ----------------------------------------- Assign To: Samisa Abeysinghe > Exception numbers inconsistent in AxisException.hpp and SoapFault.cpp > --------------------------------------------------------------------- > > Key: AXISCPP-322 > URL: http://issues.apache.org/jira/browse/AXISCPP-322 > Project: Axis-C++ > Type: Bug > Components: Basic Architecture > Versions: 1.4 Alpha > Reporter: Mark Whitlock > Assignee: Samisa Abeysinghe > Priority: Minor > > In AxisException.hpp there is an enum of AXISC_EXCEPTIONS which lists all the exceptions in order. In SoapFault.cpp there is an array s_arrLocalFaultStruct[FAULT_LAST] which maps these exception numbers to messages. Unfortunately these are out of sync so most of the messages will be incorrect. Exception numbers map to different exceptions in each file. I am routing this JIRA to Fred Preston since he added in more of these exceptions recently (and I discussed the problem with him). -- 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