Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 51656 invoked from network); 20 Nov 2007 20:53:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Nov 2007 20:53:06 -0000 Received: (qmail 97121 invoked by uid 500); 20 Nov 2007 20:52:53 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 97047 invoked by uid 500); 20 Nov 2007 20:52: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 97038 invoked by uid 99); 20 Nov 2007 20:52:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Nov 2007 12:52:53 -0800 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, 20 Nov 2007 20:53:04 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 15B06714231 for ; Tue, 20 Nov 2007 12:52:43 -0800 (PST) Message-ID: <513078.1195591963057.JavaMail.jira@brutus> Date: Tue, 20 Nov 2007 12:52:43 -0800 (PST) From: "Kaleb Walton (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Updated: (CXF-1224) Enable setting of JAXBContext config options from within Spring context In-Reply-To: <22961594.1195591723003.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-1224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaleb Walton updated CXF-1224: ------------------------------ Attachment: JAXBDataBinding.java Patch that includes a 'contextProperties' property that is settable via Spring injection. This is useful for including the JBoss Introductions to support XML configuration rather than JAXB annotations. > Enable setting of JAXBContext config options from within Spring context > ----------------------------------------------------------------------- > > Key: CXF-1224 > URL: https://issues.apache.org/jira/browse/CXF-1224 > Project: CXF > Issue Type: Improvement > Components: Configuration, Core, JAXB Databinding > Affects Versions: 2.0.3 > Reporter: Kaleb Walton > Attachments: JAXBDataBinding.java > > > JAXBContext accepts an optional configuration map. It would be nice for it to be spring exposed through the JAXBDataBinder. (Patch to follow) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.