Return-Path: X-Original-To: apmail-cxf-issues-archive@www.apache.org Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9E659D796 for ; Mon, 15 Oct 2012 08:34:09 +0000 (UTC) Received: (qmail 10244 invoked by uid 500); 15 Oct 2012 08:34:09 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 10121 invoked by uid 500); 15 Oct 2012 08:34:08 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 10049 invoked by uid 99); 15 Oct 2012 08:34:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Oct 2012 08:34:05 +0000 Date: Mon, 15 Oct 2012 08:34:05 +0000 (UTC) From: "Freeman Fang (JIRA)" To: issues@cxf.apache.org Message-ID: <1957232724.44682.1350290045317.JavaMail.jiratomcat@arcas> In-Reply-To: <1393157445.44085.1350278703693.JavaMail.jiratomcat@arcas> Subject: [jira] [Resolved] (CXF-4562) Soap Fault fields precedence is incorrect MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CXF-4562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Freeman Fang resolved CXF-4562. ------------------------------- Resolution: Fixed Fix Version/s: 2.7.1 2.6.4 2.5.7 2.4.11 apply patch on behalf of Han Hong Fang with thanks http://svn.apache.org/viewvc?rev=1398207&view=rev for trunk http://svn.apache.org/viewvc?rev=1398209&view=rev for 2.6.x branch http://svn.apache.org/viewvc?rev=1398211&view=rev for 2.5.x branch http://svn.apache.org/viewvc?rev=1398213&view=rev for 2.4.x branch > Soap Fault fields precedence is incorrect > ----------------------------------------- > > Key: CXF-4562 > URL: https://issues.apache.org/jira/browse/CXF-4562 > Project: CXF > Issue Type: Bug > Components: Soap Binding > Affects Versions: 2.6.2 > Environment: Window 7 + sun jdk 1.6.0_29 > Reporter: Han Hong Fang > Assignee: Freeman Fang > Fix For: 2.4.11, 2.5.7, 2.6.4, 2.7.1 > > Attachments: Soap12FaultOutInterceptor.patch > > > According to JSR224 spec chapter 10.2.2.3, the the fields of the fault message are populated according to the following rules of precedence: > - faultcode > - faultstring > - faultactor (role in SOAP 1.2) > - detail > But in current impl of cxf 2.6.2, detail is before faultactor(role in SOAP 1.2). -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira