Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 83278 invoked from network); 27 Jul 2005 05:24:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Jul 2005 05:24:33 -0000 Received: (qmail 13865 invoked by uid 500); 27 Jul 2005 05:24:32 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 13853 invoked by uid 500); 27 Jul 2005 05:24:32 -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 13840 invoked by uid 99); 27 Jul 2005 05:24:32 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=SPF_FAIL 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; Tue, 26 Jul 2005 22:24:20 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id BECEDDF for ; Wed, 27 Jul 2005 07:24:17 +0200 (CEST) Message-ID: <1851257095.1122441857747.JavaMail.jira@ajax.apache.org> Date: Wed, 27 Jul 2005 07:24:17 +0200 (CEST) From: "Manohar (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Created: (AXISCPP-767) Unknown exception thrown for NULL value in XSD_byte datatype 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 Unknown exception thrown for NULL value in XSD_byte datatype ------------------------------------------------------------ Key: AXISCPP-767 URL: http://issues.apache.org/jira/browse/AXISCPP-767 Project: Axis-C++ Type: Bug Reporter: Manohar Attachments: ClientLog.taw When NULL is passed as an input to XSD_byte, an unknown exception is thrown. Below code shows the problem. xsd__byte* nillableResult = ws->asNillableElement(NULL); if (nillableResult) { cout << "nil element=" << (int) *(nillableResult) << endl; delete nillableResult; } else { cout << "nil element=" << endl; } I am attaching trace for this test. A testcase for this problem will be added soon. Regards Manohar -- 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