Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 25221 invoked from network); 3 Jun 2004 13:39:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 3 Jun 2004 13:39:02 -0000 Received: (qmail 73861 invoked by uid 500); 3 Jun 2004 13:39:06 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 73777 invoked by uid 500); 3 Jun 2004 13:39:05 -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 73761 invoked by uid 99); 3 Jun 2004 13:39:05 -0000 Received: from [192.18.33.10] (HELO exchange.sun.com) (192.18.33.10) by apache.org (qpsmtpd/0.27.1) with SMTP; Thu, 03 Jun 2004 06:39:05 -0700 Received: (qmail 8131 invoked from network); 3 Jun 2004 13:39:53 -0000 Received: from localhost (HELO nagoya) (127.0.0.1) by nagoya.betaversion.org with SMTP; 3 Jun 2004 13:39:53 -0000 Message-ID: <1601345374.1086269993501.JavaMail.apache@nagoya> Date: Thu, 3 Jun 2004 06:39:53 -0700 (PDT) From: jira@apache.org To: axis-c-dev@ws.apache.org Subject: [jira] Updated: (AXISCPP-95) Boolean Deserializer when it encounters "false" returns 1(true), instead of 0(false) In-Reply-To: <1041970075.1086269873261.JavaMail.apache@nagoya> 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 The following issue has been updated: Updater: James Guido (mailto:james_guido@homedepot.com) Date: Thu, 3 Jun 2004 6:39 AM Comment: Proposed bug fix (diff with version 1.54) Changes: Attachment changed to SoapDeSerializer.cpp.diff --------------------------------------------------------------------- For a full history of the issue, see: http://issues.apache.org/jira/browse/AXISCPP-95?page=history --------------------------------------------------------------------- View the issue: http://issues.apache.org/jira/browse/AXISCPP-95 Here is an overview of the issue: --------------------------------------------------------------------- Key: AXISCPP-95 Summary: Boolean Deserializer when it encounters "false" returns 1(true), instead of 0(false) Type: Bug Status: Unassigned Priority: Major Project: Axis-C++ Components: Serialization/Deserialization Versions: unspecified Assignee: Reporter: James Guido Created: Thu, 3 Jun 2004 6:37 AM Updated: Thu, 3 Jun 2004 6:39 AM Environment: HP-UX 11.0 with gcc (Axis C++ 1.1.1) Description: Bug in de-serializer logic for processing boolean in GetElementAsBoolean method in SoapDeSerializer class. The current logic behaves as follow: XML Boolean(int) returned by GetElementAsBoolean() true 1 false 1 (BUG, it should return 0) 0 0 1 1 5 1 --------------------------------------------------------------------- JIRA INFORMATION: 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