Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 53523 invoked from network); 1 Jun 2005 20:27:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Jun 2005 20:27:38 -0000 Received: (qmail 80280 invoked by uid 500); 1 Jun 2005 20:27:34 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 80245 invoked by uid 500); 1 Jun 2005 20:27:34 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 80229 invoked by uid 99); 1 Jun 2005 20:27:34 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 01 Jun 2005 13:27:30 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id C06D118A for ; Wed, 1 Jun 2005 21:26:56 +0200 (CEST) Message-ID: <1365471687.1117654016786.JavaMail.jira@ajax.apache.org> Date: Wed, 1 Jun 2005 21:26:56 +0200 (CEST) From: "Hans (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Commented: (AXIS-2026) wsdl2java does not generate array of wrappers for soapenc array nillable elements In-Reply-To: <1444763433.1117471746810.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/AXIS-2026?page=comments#action_66770 ] Hans commented on AXIS-2026: ---------------------------- attached patch > wsdl2java does not generate array of wrappers for soapenc array nillable elements > --------------------------------------------------------------------------------- > > Key: AXIS-2026 > URL: http://issues.apache.org/jira/browse/AXIS-2026 > Project: Axis > Type: Bug > Components: WSDL processing > Versions: current (nightly) > Environment: JDK 1.4.2_06, Linux > Reporter: Hans > Attachments: diff.zip > > For the following structure > > > > > > > > > > nillable="true" minOccurs="0" maxOccurs="unbounded"/> > > > > > wsdl2java from Axis 1.1 generates a Java Class like: > class StructureType implements Serializable { > private Integer[] fld; > ... > But with Axis 1.2 the following is generated: > class StructureType implements Serializable { > private int[] fld; > ... > This is incorrect - type should be Integer[]. > I will have a go at creating a fix for this. -- 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