Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 93150 invoked from network); 2 Feb 2005 21:16:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 2 Feb 2005 21:16:37 -0000 Received: (qmail 19578 invoked by uid 500); 2 Feb 2005 21:16:23 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 19452 invoked by uid 500); 2 Feb 2005 21:16:22 -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: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 19261 invoked by uid 99); 2 Feb 2005 21:16:21 -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, 02 Feb 2005 13:16:21 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (8.12.11/8.12.11) with ESMTP id j12LGIgG003773 for ; Wed, 2 Feb 2005 22:16:18 +0100 Message-ID: <1614532784.1107378978050.JavaMail.jira@ajax.apache.org> Date: Wed, 2 Feb 2005 22:16:18 +0100 (CET) From: "Steve Green (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Updated: (AXIS-1752) xs:list attributes do not serialize In-Reply-To: <1442239899.1104956413306.JavaMail.jira@ajax.apache.org> 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 [ http://issues.apache.org/jira/browse/AXIS-1752?page=history ] Steve Green updated AXIS-1752: ------------------------------ Attachment: 1752-02.02.05.diff This is a new patch that has the new data structure in it, as well the 'names' array has been renamed to 'fields' in order to force refactoring of dependant code. > xs:list attributes do not serialize > ----------------------------------- > > Key: AXIS-1752 > URL: http://issues.apache.org/jira/browse/AXIS-1752 > Project: Axis > Type: Bug > Components: Serialization/Deserialization > Versions: current (nightly) > Reporter: Steve Green > Attachments: 1752-02.02.05.diff, 1752.diff, 1752.diff-u, 1752.wsdl, 1752_try2.patch, Test.java > > When sending messages that contain attributes consisting of a list, the attribute is not serialized. > The problem appears to be for 2 reasons. > 1. wsdl2java does not generate the indexed getter and setter methods. The bean introspector does not recognize the method as a list method and thus the serializer fails when trying to serialize the "value". > 2. BeanSerializer doesn't have any code to serialize attributes that are indexed. -- 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