Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 6037 invoked from network); 30 Jun 2005 16:30:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 Jun 2005 16:30:23 -0000 Received: (qmail 88098 invoked by uid 500); 30 Jun 2005 16:30:03 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 88019 invoked by uid 500); 30 Jun 2005 16:30:02 -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 87967 invoked by uid 99); 30 Jun 2005 16:30:02 -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; Thu, 30 Jun 2005 09:30:01 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 0247B17 for ; Thu, 30 Jun 2005 18:29:59 +0200 (CEST) Message-ID: <128626960.1120148999007.JavaMail.jira@ajax.apache.org> Date: Thu, 30 Jun 2005 18:29:59 +0200 (CEST) From: "Adrian Dick (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Closed: (AXISCPP-717) WSDL2Ws generates invalid code for gYear, gYearMonth, gMonth, gMonthDay and gDay xsd types In-Reply-To: <2126357315.1120148342654.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-717?page=all ] Adrian Dick closed AXISCPP-717: ------------------------------- Fix Version: current (nightly) Resolution: Fixed Issues described have been resolved, and the XSD_*** testcases will capture any future regressions > WSDL2Ws generates invalid code for gYear, gYearMonth, gMonth, gMonthDay and gDay xsd types > ------------------------------------------------------------------------------------------ > > Key: AXISCPP-717 > URL: http://issues.apache.org/jira/browse/AXISCPP-717 > Project: Axis-C++ > Type: Bug > Components: Serialization, WSDL processing - RPC, SOAP, Client - Deserialization, WSDL processing - Doc > Versions: current (nightly) > Reporter: Adrian Dick > Assignee: Adrian Dick > Fix For: current (nightly) > > WSDL2Ws generates invalid stubs for WSDLs containing the xsd types: gYear, gYearMonth, gMonth, gMonthDay and gDay. > There are actually two issues here: > 1) the symbols for the above types are incorrectly spelt in the enumeration XSDTYPE, within . > WSDL2Ws contains the correct spelling, so the engine and header file need to be corrected. > 2) The lookup table for gMonthDay within CUtils.java has been mis-capitalized, resulting in the string "null" being incorrectly placed within the generated code. -- 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