Return-Path: Delivered-To: apmail-incubator-cxf-dev-archive@locus.apache.org Received: (qmail 94377 invoked from network); 27 Nov 2007 22:53:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Nov 2007 22:53:02 -0000 Received: (qmail 8407 invoked by uid 500); 27 Nov 2007 22:52:50 -0000 Delivered-To: apmail-incubator-cxf-dev-archive@incubator.apache.org Received: (qmail 8366 invoked by uid 500); 27 Nov 2007 22:52:50 -0000 Mailing-List: contact cxf-dev-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-dev@incubator.apache.org Received: (qmail 8357 invoked by uid 99); 27 Nov 2007 22:52:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Nov 2007 14:52:49 -0800 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=SPF_SOFTFAIL X-Spam-Check-By: apache.org Received-SPF: softfail (nike.apache.org: transitioning domain of bim2007@basistech.com does not designate 199.88.205.99 as permitted sender) Received: from [199.88.205.99] (HELO mail.basistech.com) (199.88.205.99) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Nov 2007 22:52:53 +0000 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: JAXB context properties Date: Tue, 27 Nov 2007 17:52:31 -0500 Message-ID: In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: JAXB context properties Thread-Index: AcgxQqsU9Tl+oB7cQKSnLxh5nOiL9AABRuhA References: From: "Benson Margulies" To: "Kaleb Walton" , X-Virus-Checked: Checked by ClamAV on apache.org There is a problem with this idea. A number of important code paths in CXF create the JAXB context separately from the JAXB data binding. Kaleb's patch to store a set of properties in the data binding doesn't address that. I will go ahead, but I'm concerned about the inconsistency. Maybe I'm inventing a difficulty.