Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 42028 invoked from network); 18 Oct 2007 15:12:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Oct 2007 15:12:41 -0000 Received: (qmail 64177 invoked by uid 500); 18 Oct 2007 15:12:29 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 64165 invoked by uid 500); 18 Oct 2007 15:12:29 -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 64156 invoked by uid 99); 18 Oct 2007 15:12:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Oct 2007 08:12:29 -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, 18 Oct 2007 15:12:40 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C684871420E for ; Thu, 18 Oct 2007 08:11:50 -0700 (PDT) Message-ID: <517494.1192720310810.JavaMail.jira@brutus> Date: Thu, 18 Oct 2007 08:11:50 -0700 (PDT) From: "benson margulies (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Created: (CXF-1118) JAXB serialized private fields of faults MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org JAXB serialized private fields of faults ---------------------------------------- Key: CXF-1118 URL: https://issues.apache.org/jira/browse/CXF-1118 Project: CXF Issue Type: Bug Components: JAXB Databinding Affects Versions: 2.0.2 Reporter: benson margulies Assignee: benson margulies Priority: Minor If an exception class, declared in 'throws' of a JAX-WS interface, has private fields, they get serialized. Not good. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.