Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 16837 invoked from network); 2 May 2006 18:32:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 May 2006 18:32:43 -0000 Received: (qmail 3854 invoked by uid 500); 2 May 2006 18:32:41 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 3785 invoked by uid 500); 2 May 2006 18:32:40 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 3773 invoked by uid 500); 2 May 2006 18:32:40 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 3766 invoked by uid 99); 2 May 2006 18:32:40 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 May 2006 11:32:40 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [209.68.5.9] (HELO relay00.pair.com) (209.68.5.9) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 02 May 2006 11:32:39 -0700 Received: (qmail 94725 invoked from network); 2 May 2006 18:32:17 -0000 Received: from unknown (HELO ?10.71.1.75?) (unknown) by unknown with SMTP; 2 May 2006 18:32:17 -0000 X-pair-Authenticated: 209.197.114.226 Subject: Re: svn commit: r398988 - in /webservices/axis2/trunk/java/modules/security/src/org/apache/axis2/security: WSDoAllReceiver.java util/Axis2Util.java From: Sanjiva Weerawarana To: ruchithf@apache.org Cc: axis2-cvs@ws.apache.org In-Reply-To: <20060502175429.69649.qmail@minotaur.apache.org> References: <20060502175429.69649.qmail@minotaur.apache.org> Content-Type: text/plain Organization: Lanka Software Foundation Date: Wed, 03 May 2006 00:32:16 +0600 Message-Id: <1146594736.17866.53.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.1.1 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 On Tue, 2006-05-02 at 17:54 +0000, ruchithf@apache.org wrote: > + > + //Workaround to prevent a bug in AXIOM where > + //there can be an incomplete OMElement as the first child body > + OMElement firstElement = env.getBody().getFirstElement(); > + if(firstElement != null) { > + firstElement.build(); > + } Um if this is a bug in Axiom shouldn't we fix it there? I guess its post 1.0 now .. maybe that's what u mean. Sanjiva.