Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 21518 invoked from network); 28 Oct 2009 13:39:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Oct 2009 13:39:24 -0000 Received: (qmail 33119 invoked by uid 500); 28 Oct 2009 13:39:23 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 33088 invoked by uid 500); 28 Oct 2009 13:39:23 -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 32980 invoked by uid 99); 28 Oct 2009 13:39:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Oct 2009 13:39:22 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Oct 2009 13:39:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7C247234C045 for ; Wed, 28 Oct 2009 06:38:59 -0700 (PDT) Message-ID: <129160505.1256737139494.JavaMail.jira@brutus> Date: Wed, 28 Oct 2009 13:38:59 +0000 (UTC) From: "Daniel Kulp (JIRA)" To: issues@cxf.apache.org Subject: [jira] Resolved: (CXF-2502) decoupled WS-A and WS-Sec does not result in faults back to clients In-Reply-To: <1104745437.1256677619542.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CXF-2502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kulp resolved CXF-2502. ------------------------------ Resolution: Fixed > decoupled WS-A and WS-Sec does not result in faults back to clients > ------------------------------------------------------------------- > > Key: CXF-2502 > URL: https://issues.apache.org/jira/browse/CXF-2502 > Project: CXF > Issue Type: Bug > Components: WS-* Components > Affects Versions: 2.2.4 > Reporter: Daniel Kulp > Assignee: Daniel Kulp > Fix For: 2.2.5 > > > The example in: > https://issues.apache.org/jira/browse/CXF-2489 > shows this. > Basically, if an interceptor that lives between MAPCodec and MAPAggregator throws an exception, the fault is sent like a normal response. However, the client is looking for a partial response and then the fault on the decoupled channel. Thus, the client never sees the fault and just gets an IOException and/or hangs. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.