Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 41353 invoked from network); 2 Mar 2006 18:07:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Mar 2006 18:07:58 -0000 Received: (qmail 42158 invoked by uid 500); 2 Mar 2006 18:08:41 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 42072 invoked by uid 500); 2 Mar 2006 18:08:41 -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 42056 invoked by uid 500); 2 Mar 2006 18:08:40 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 42052 invoked by uid 99); 2 Mar 2006 18:08:40 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Mar 2006 10:08:40 -0800 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.15] (HELO relay01.pair.com) (209.68.5.15) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 02 Mar 2006 10:08:40 -0800 Received: (qmail 76277 invoked from network); 2 Mar 2006 18:08:17 -0000 Received: from unknown (HELO ?192.168.1.3?) (unknown) by unknown with SMTP; 2 Mar 2006 18:08:17 -0000 X-pair-Authenticated: 222.165.181.243 Subject: Re: svn commit: r382457 - /webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/engine/AxisEngine.java From: Sanjiva Weerawarana To: chinthaka@apache.org Cc: axis2-cvs@ws.apache.org In-Reply-To: <20060302173844.25200.qmail@minotaur.apache.org> References: <20060302173844.25200.qmail@minotaur.apache.org> Content-Type: text/plain Organization: Lanka Software Foundation Date: Fri, 03 Mar 2006 00:08:12 +0600 Message-Id: <1141322892.12577.12.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 Thu, 2006-03-02 at 17:38 +0000, chinthaka@apache.org wrote: > > faultTo = new EndpointReference(""); > faultTo.fromOM(faultToElement); Not for right now (in the midst of interop testing ;-)) but we should change that to be a static method on EndpointReference: public static EndpointReference create (OMElement); Sanjiva.