Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 72246 invoked from network); 14 Nov 2006 13:18:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Nov 2006 13:18:03 -0000 Received: (qmail 82326 invoked by uid 500); 14 Nov 2006 13:18:11 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 82288 invoked by uid 500); 14 Nov 2006 13:18:10 -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 82272 invoked by uid 99); 14 Nov 2006 13:18:10 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Nov 2006 05:18:10 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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; Tue, 14 Nov 2006 05:17:59 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 301EF7142D7 for ; Tue, 14 Nov 2006 05:17:39 -0800 (PST) Message-ID: <2368411.1163510259194.JavaMail.jira@brutus> Date: Tue, 14 Nov 2006 05:17:39 -0800 (PST) From: "Eran Chinthaka (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Assigned: (AXIS2-1703) null AxisFault reason In-Reply-To: <7989760.1163509119252.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://issues.apache.org/jira/browse/AXIS2-1703?page=all ] Eran Chinthaka reassigned AXIS2-1703: ------------------------------------- Assignee: Eran Chinthaka > null AxisFault reason > --------------------- > > Key: AXIS2-1703 > URL: http://issues.apache.org/jira/browse/AXIS2-1703 > Project: Apache Axis 2.0 (Axis2) > Issue Type: Bug > Components: kernel > Affects Versions: nightly > Reporter: Gul Onural > Assigned To: Eran Chinthaka > > Hi Gul, > Can you please create a JIRA issue from this and assigned to me. Will fix this after 1.1 > Thanks, > Chinthaka > Gul Onural wrote: > > I am using following AxisFault constructor in Axis2 : > > public AxisFault(QName faultCode, String faultReason, String > faultNode, String faultRole, OMElement faultDetail); > And throwing AxisFault with following code on the Server side : > > throw new AxisFault( new QName( "myQname" ), "myFaultReason" , > "myFaultNode" , "myFaultRole" , response); > > > On the client side reason seems to be NULL (printing using getReason > on AxisFault). > Any ideas why reason is null ? > > Fault Code : { http://ws.apache.org/namespaces/axis2}myQname > > Message : myFaultReason > Reason : null > FaultNode : null > Cause : null > Role : null > > Soap Message : > ============ > xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> > > > > axis2:myQname > myFaultReason > > ... > > > > > -- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org