Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 55992 invoked from network); 23 Jan 2007 13:47:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Jan 2007 13:47:10 -0000 Received: (qmail 38974 invoked by uid 500); 23 Jan 2007 13:47:16 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 38931 invoked by uid 500); 23 Jan 2007 13:47:16 -0000 Mailing-List: contact cxf-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-issues@incubator.apache.org Received: (qmail 38915 invoked by uid 99); 23 Jan 2007 13:47:16 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Jan 2007 05:47:16 -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, 23 Jan 2007 05:47:09 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 177F47142D1 for ; Tue, 23 Jan 2007 05:46:49 -0800 (PST) Message-ID: <26729447.1169560009064.JavaMail.jira@brutus> Date: Tue, 23 Jan 2007 05:46:49 -0800 (PST) From: "Ajay Paibir (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Resolved: (CXF-385) XMLFaultOutInterceptor does some redundant JAX_WS related fault detail processing. In-Reply-To: <20640658.1169552449170.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 [ https://issues.apache.org/jira/browse/CXF-385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ajay Paibir resolved CXF-385. ----------------------------- Resolution: Fixed > XMLFaultOutInterceptor does some redundant JAX_WS related fault detail processing. > ---------------------------------------------------------------------------------- > > Key: CXF-385 > URL: https://issues.apache.org/jira/browse/CXF-385 > Project: CXF > Issue Type: Improvement > Affects Versions: 2.0-M1 > Reporter: Ajay Paibir > Fix For: 2.0-RC > > > XMLFault already has the detail element set by WebFaultOutInterceptor provided by JAX_WS frontend. However the XMLFaultOutInterceptor ignores the detail element and instead marshal the Exception by invoking the getFaultInfo method . -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.