Return-Path: Delivered-To: apmail-cxf-users-archive@www.apache.org Received: (qmail 30944 invoked from network); 19 Jan 2009 18:24:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Jan 2009 18:24:04 -0000 Received: (qmail 49074 invoked by uid 500); 19 Jan 2009 18:24:02 -0000 Delivered-To: apmail-cxf-users-archive@cxf.apache.org Received: (qmail 49032 invoked by uid 500); 19 Jan 2009 18:24:02 -0000 Mailing-List: contact users-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@cxf.apache.org Delivered-To: mailing list users@cxf.apache.org Received: (qmail 49021 invoked by uid 99); 19 Jan 2009 18:24:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jan 2009 10:24:02 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [212.210.67.1] (HELO qmail.e-mind.com) (212.210.67.1) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 19 Jan 2009 18:23:53 +0000 Received: (qmail 6862 invoked by uid 0); 19 Jan 2009 18:23:28 -0000 Received: from unknown (HELO ?192.168.1.39?) (213.199.21.57) by 0 with SMTP; 19 Jan 2009 18:23:28 -0000 Subject: EndpointReference in Exceptions From: Marco Reply-To: mpiraccini@imolinfo.it To: users@cxf.apache.org Content-Type: text/plain Date: Mon, 19 Jan 2009 19:23:30 +0100 Message-Id: <1232389410.8271.36.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.24.2 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I All, It seems that CXF ignores the W3CEndpointReference in the Exceptions. For example, if i have an exception with: public W3CEndpointReference reason = null; The schema has an empty nillable element for it: ...while if i use W3CEndpointReference in parameters and return types, the EPR is correctly managed. I have this behaviour with both 2.1.3 and 2.1.4-SNAPSHOT. Is this an issue? If needed, i can send you a test case. Marco.