Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 45936 invoked from network); 6 Sep 2007 15:54:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Sep 2007 15:54:57 -0000 Received: (qmail 4386 invoked by uid 500); 6 Sep 2007 15:54:49 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 4343 invoked by uid 500); 6 Sep 2007 15:54:48 -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 4332 invoked by uid 99); 6 Sep 2007 15:54:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Sep 2007 08:54:48 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Sep 2007 15:56:13 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C346A7141F2 for ; Thu, 6 Sep 2007 08:54:31 -0700 (PDT) Message-ID: <19979647.1189094071793.JavaMail.jira@brutus> Date: Thu, 6 Sep 2007 08:54:31 -0700 (PDT) From: =?utf-8?Q?Jorge_Fern=C3=A1ndez_=28JIRA=29?= To: axis-dev@ws.apache.org Subject: [jira] Created: (AXIS2-3175) Null arrays management is different when using hierarchies MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Null arrays management is different when using hierarchies ---------------------------------------------------------- Key: AXIS2-3175 URL: https://issues.apache.org/jira/browse/AXIS2-3175 Project: Axis 2.0 (Axis2) Issue Type: Bug Components: adb Affects Versions: 1.3 Environment: Windows XP SP2, Tomcat 5.5, Java 1.5.0 Reporter: Jorge Fern=C3=A1ndez Priority: Trivial Hi, I'm observing that when I have an object with array attributes, ADB behaves different depending on whether that attribute is inherited or not. If I have an inherited array, and I don't call its set method, that element won't appear in the SOAP message. The client will see that the array is null. If in the same case, I set it to null, the element will appear as nil in the SOAP message. The client sees an array of one null component. With a non-inherited array, the element will appear as nil if I set it to null and if I don't call the method too. The client sees an array of one null component. If I have an attribute that is not an array (ex: a String). Its behaviour is the same if it's inherited or not. The element will appear as nil. Why my client sees the array with one null component when the array comes as nil?? Shouldn't see it as a null array?? Shouldn't it be better for a null attribute, not to appear in the message? Thanks. --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org