Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 83145 invoked from network); 16 Aug 2005 10:11:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Aug 2005 10:11:30 -0000 Received: (qmail 16139 invoked by uid 500); 16 Aug 2005 10:08:55 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 16120 invoked by uid 500); 16 Aug 2005 10:08:55 -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 16107 invoked by uid 99); 16 Aug 2005 10:08:55 -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, 16 Aug 2005 03:08:55 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 0F4C5E2 for ; Tue, 16 Aug 2005 12:08:54 +0200 (CEST) Message-ID: <1715414117.1124186934039.JavaMail.jira@ajax.apache.org> Date: Tue, 16 Aug 2005 12:08:54 +0200 (CEST) From: "Adrian Dick (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Commented: (AXISCPP-787) Serialization error when some of XSD type used as an array element In-Reply-To: <995165561.1123478375323.JavaMail.jira@ajax.apache.org> 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-787?page=comments#action_12318872 ] Adrian Dick commented on AXISCPP-787: ------------------------------------- I've noticed these types are missing in the switch statement in ArrayBean.cpp at line 256 - so the data is being "lost". For the string derived types it's simply a matter of adding the following before line 349 : case : (where is the matching value from the XSDTYPE enum in TypeMapping.hpp ) For the integer derived types do the same as above before line 291. > Serialization error when some of XSD type used as an array element > ------------------------------------------------------------------ > > Key: AXISCPP-787 > URL: http://issues.apache.org/jira/browse/AXISCPP-787 > Project: Axis-C++ > Type: Bug > Components: Serialization, Test > Versions: 1.6 Alpha > Environment: Wndows > Reporter: Chinthana Danapala > Attachments: XSD_ENTITIES_TCPMon.txt, XSD_ENTITY_TCPMon.txt, XSD_negativeInteger_TCPMon.txt > > I have observed following XSD type tests have serialization problem when used as an array element. > XSD_ENTITIES > XSD_ENTITY > XSD_ID > XSD_IDREF > XSD_IDREFS > XSD_NCName > XSD_NMTOKEN > XSD_NMTOKENS > XSD_Name > XSD_anyURInonUTF8 > XSD_language > XSD_negativeInteger > XSD_nonNegativeInteger > XSD_nonPositiveInteger > XSD_normalizedString > XSD_positiveInteger > XSD_token > I?m testing against C++ services. -- 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