Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 6003 invoked from network); 29 Nov 2005 15:20:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Nov 2005 15:20:39 -0000 Received: (qmail 80105 invoked by uid 500); 29 Nov 2005 15:19:55 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 79944 invoked by uid 500); 29 Nov 2005 15:19:54 -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 79874 invoked by uid 99); 29 Nov 2005 15:19:54 -0000 X-ASF-Spam-Status: No, hits=1.3 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, 29 Nov 2005 07:19:53 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 49298E0 for ; Tue, 29 Nov 2005 16:19:32 +0100 (CET) Message-ID: <1622808532.1133277572297.JavaMail.jira@ajax.apache.org> Date: Tue, 29 Nov 2005 16:19:32 +0100 (CET) From: "Davanum Srinivas (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Updated: (AXIS-2249) CLONE -Array deserialization In-Reply-To: <1136451714.1128679490890.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/AXIS-2249?page=all ] Davanum Srinivas updated AXIS-2249: ----------------------------------- Description: When running TCK for JOnAS, sometimes, I fall on array deserialization issue : The SOAP Message contains 3 elements of the array, but the constructed array only has the last element. So its size is 1, instead of 3! The problem only occurs when using Array with Helper : ArrayofBook -> Book[] arrayOfBook + ArrayOfBook_Helper I'll attach a patch for test.holders that reproduce this problem. failures will appear for testInOutBookArray was: When running TCK for JOnAS, sometimes, I fall on array deserialization issue : The SOAP Message contains 3 elements of the array, but the constructed array only has the last element. So its size is 1, instead of 3! The problem only occurs when using Array with Helper : ArrayofBook -> Book[] arrayOfBook + ArrayOfBook_Helper I'll attach a patch for test.holders that reproduce this problem. failures will appear for testInOutBookArray Priority: Critical (was: Blocker) Guillaume, Am reducing the priority on this. ok? thanks, dims > CLONE -Array deserialization > ---------------------------- > > Key: AXIS-2249 > URL: http://issues.apache.org/jira/browse/AXIS-2249 > Project: Apache Axis > Type: Bug > Components: Serialization/Deserialization > Versions: 1.2RC3 > Environment: JOnAS 4.3.3 > Reporter: Werner Gresshoff > Assignee: Guillaume Sauthier > Priority: Critical > Attachments: TestWS.tar.gz > > When running TCK for JOnAS, sometimes, I fall on array deserialization issue : > The SOAP Message contains 3 elements of the array, but the constructed array only has the last element. So its size is 1, instead of 3! > The problem only occurs when using Array with Helper : > ArrayofBook > -> Book[] arrayOfBook > + > ArrayOfBook_Helper > I'll attach a patch for test.holders that reproduce this problem. > failures will appear for testInOutBookArray -- 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