Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 41309 invoked from network); 3 Oct 2007 13:01:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Oct 2007 13:01:18 -0000 Received: (qmail 34679 invoked by uid 500); 3 Oct 2007 13:01:07 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 34658 invoked by uid 500); 3 Oct 2007 13:01:07 -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 34649 invoked by uid 99); 3 Oct 2007 13:01:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Oct 2007 06:01:07 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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; Wed, 03 Oct 2007 13:01:18 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1642671420F for ; Wed, 3 Oct 2007 06:00:56 -0700 (PDT) Message-ID: <22010769.1191416456087.JavaMail.jira@brutus> Date: Wed, 3 Oct 2007 06:00:56 -0700 (PDT) From: "benson margulies (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Commented: (CXF-1080) Aegis + JAX-WS fails to throw specific exceptions In-Reply-To: <6511584.1191118250622.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-1080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532085 ] benson margulies commented on CXF-1080: --------------------------------------- For the passing test case, the in fault interceptor has this list: Chain org.apache.cxf.phase.PhaseInterceptorChain@1f09a31. Current flow: unmarshal [Soap11FaultInInterceptor, ClientFaultConverter] For the failing case, we have the following, instead. Chain org.apache.cxf.phase.PhaseInterceptorChain@2e34bf. Current flow: pre-protocol [SOAPHandlerFaultInInterceptor, LogicalHandlerFaultInInterceptor] unmarshal [Soap11FaultInInterceptor, ClientFaultConverter] > Aegis + JAX-WS fails to throw specific exceptions > ------------------------------------------------- > > Key: CXF-1080 > URL: https://issues.apache.org/jira/browse/CXF-1080 > Project: CXF > Issue Type: Bug > Components: Aegis Databinding > Affects Versions: 2.0.2 > Reporter: benson margulies > Attachments: exceptionTest.patch > > > When the frontend is jaxws, aegis fails to throw the declared exception. Or, perhaps, when the databinding is aegis, jaxws fails to throw the declared exception. Beats me. > Test case attachment to follow. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.