Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 22136 invoked from network); 22 Sep 2005 10:29:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Sep 2005 10:29:31 -0000 Received: (qmail 69640 invoked by uid 500); 22 Sep 2005 10:29:28 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 69059 invoked by uid 500); 22 Sep 2005 10:29:27 -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 69046 invoked by uid 99); 22 Sep 2005 10:29:26 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Sep 2005 03:29:26 -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 [192.6.10.17] (HELO gort.hpl.hp.com) (192.6.10.17) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Sep 2005 03:29:33 -0700 Received: from timmay.hpl.hp.com (timmay-hb.hpl.hp.com [15.144.59.39]) by gort.hpl.hp.com (8.12.10/8.12.10) with ESMTP id j8MASNsV015344 for ; Thu, 22 Sep 2005 11:28:23 +0100 (BST) Received: from [15.144.25.135] (chamonix.hpl.hp.com [15.144.25.135]) by timmay.hpl.hp.com (8.13.2/8.13.2) with ESMTP id j8MARNav028903 for ; Thu, 22 Sep 2005 11:27:23 +0100 (BST) Message-ID: <4332870B.5040103@apache.org> Date: Thu, 22 Sep 2005 11:27:23 +0100 From: Steve Loughran User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: axis-dev@ws.apache.org Subject: Re: [Axis2] AxisFault References: <43302FDC.7020104@apache.org> <4330F29D.5050905@opensource.lk> <433131C8.6070006@apache.org> <43323A8B.4060407@opensource.lk> In-Reply-To: <43323A8B.4060407@opensource.lk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-HPLB-IMAP-MailScanner-Information: Please contact the Helpdesk for more information X-HPLB-IMAP-MailScanner: Found to be clean X-HPLB-IMAP-MailScanner-SpamCheck: not spam, SpamAssassin (score=0, required 5) X-HPL-MailScanner-Information: Please contact the Helpdesk for more information X-HPL-MailScanner: Found to be clean X-HPL-MailScanner-SpamCheck: not spam, SpamAssassin (score=-4.097, required 5, autolearn=not spam, ALL_TRUSTED -3.30, AWL 1.80, BAYES_00 -2.60) X-MailScanner-From: stevel@apache.org X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Eran Chinthaka wrote: > Hi, > > Steve Loughran wrote: > >> Eran Chinthaka wrote: >> >>> See here (http://issues.apache.org/jira/browse/AXIS2-232). >>> >>> Just added a JIRA to make sure we will keep track of this. >>> >>> Thanks Steve for the comments (and for the disappointing blog entry >>> ;-) ) >>> >> >> oh dont take it personally. > > > Nothing is personal :-) > >> >> I quite like one aspect of the design, the interface to get info from >> the fault. I just think we could >> -extend the interface to ask for the entire soap OM if the class will >> provide it (optional? separate interface?) >> -add those other bits of SOAP1.2 faults (actor?) >> -add access to the OM of the details inside the fault >> -get things like stack trace, hostname in there; do it consistent >> with the axis1 namespaces >> >> I'm doing faults in my own code now; I may try and extend Axis to meet >> my needs but am constrained by >> -it wont build on a java1.5 system > > > I think Dims fixed this. Is this due to SAAJ ? yeah. I'll check if it is fixed. > >> -I dont want to break everything before the next alpha > > > Good. Lets keep it for post-alpha. But lets do it after alpha ;-) Ok. Meantimes, how about fixing lines 182-185 of HttpTransportUtils to not create a new axis fault when they get one inside: } catch (AxisFault e) { throw new AxisFault(e); }