Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 705 invoked from network); 1 Nov 2007 21:58:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Nov 2007 21:58:22 -0000 Received: (qmail 72132 invoked by uid 500); 1 Nov 2007 21:58:10 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 72118 invoked by uid 500); 1 Nov 2007 21:58:10 -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 72109 invoked by uid 99); 1 Nov 2007 21:58:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Nov 2007 14:58:10 -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; Thu, 01 Nov 2007 21:58:11 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E305971420E for ; Thu, 1 Nov 2007 14:57:50 -0700 (PDT) Message-ID: <7908284.1193954270927.JavaMail.jira@brutus> Date: Thu, 1 Nov 2007 14:57:50 -0700 (PDT) From: "Daniel Kulp (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Assigned: (CXF-1136) Custom exception not appearing in SOAP fault response In-Reply-To: <28711152.1193307770662.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-1136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kulp reassigned CXF-1136: -------------------------------- Assignee: Daniel Kulp > Custom exception not appearing in SOAP fault response > ----------------------------------------------------- > > Key: CXF-1136 > URL: https://issues.apache.org/jira/browse/CXF-1136 > Project: CXF > Issue Type: Bug > Affects Versions: 2.0.2 > Environment: WIndows XP > Java SDK 1.5_0_12 > Reporter: ed p > Assignee: Daniel Kulp > Priority: Critical > Attachments: helloWorld.wsdl, helloworld.xsd, helloworld_glassfishmetro.wsdl, java_first_jaxws.zip, wsit-jaxws-fromjava.zip > > > I modified the apache-cxf-2.0.2-incubator\samples\java_first_jaxws web service to throw a custom exception and a custom request and response object like so: > public interface HelloWorld { > Response sayHi(Request text) throws CustomException; > } > CustomException is a CustomExceptionBase with two string properties. CustomExceptionBase is a java.lang.Exception > The CustomException appears in the WSDL but the CustomExceptionBase is missing. When the service is invoked and throws a CustomException the soap response is: > > > > soap:Server > custom error > > > > I am expecting to see the CustomException serialized in the Envelope/Body/Fault/detail node. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.