Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 75914 invoked from network); 24 Jul 2007 13:51:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Jul 2007 13:51:52 -0000 Received: (qmail 1668 invoked by uid 500); 24 Jul 2007 13:51:53 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 1593 invoked by uid 500); 24 Jul 2007 13:51:53 -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 1521 invoked by uid 99); 24 Jul 2007 13:51:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jul 2007 06:51:53 -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; Tue, 24 Jul 2007 06:51:51 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 56F3E7141F0 for ; Tue, 24 Jul 2007 06:51:31 -0700 (PDT) Message-ID: <5722314.1185285091353.JavaMail.jira@brutus> Date: Tue, 24 Jul 2007 06:51:31 -0700 (PDT) From: "thomas diesler (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Created: (CXF-829) JBossWS-CXF endpoint exception handling MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org JBossWS-CXF endpoint exception handling --------------------------------------- Key: CXF-829 URL: https://issues.apache.org/jira/browse/CXF-829 Project: CXF Issue Type: Bug Affects Versions: 2.0 Environment: http://jira.jboss.org/jira/browse/JBWS-1750 Reporter: thomas diesler ant -Dtest=jaxws/samples/exception test Testcase: testSoapFaultException took 1.587 sec FAILED expected: but was: junit.framework.ComparisonFailure: expected: but was: at org.jboss.test.ws.jaxws.samples.exception.ExceptionTestCase.testSoapFaultException(ExceptionTestCase.java:108) Testcase: testApplicationException took 0.116 sec Caused an ERROR Error reading XMLStreamReader. javax.xml.ws.soap.SOAPFaultException: Error reading XMLStreamReader. at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:168) Caused by: java.lang.NoSuchMethodException: org.jboss.test.ws.jaxws.samples.exception.server.UserException.getFaultInfo() at java.lang.Class.getMethod(Class.java:1581) at org.apache.cxf.jaxws.interceptors.WebFaultOutInterceptor.handleMessage(WebFaultOutInterceptor.java:77) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.