You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Kaleb Walton (JIRA)" <ji...@apache.org> on 2007/11/20 21:48:43 UTC

[jira] Created: (CXF-1224) Enable setting of JAXBContext config options from within Spring context

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


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.


[jira] Resolved: (CXF-1224) Enable setting of JAXBContext config options from within Spring context

Posted by "Benson Margulies (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-1224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benson Margulies resolved CXF-1224.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1

Awaits merge to 2.0.4.

> 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
>            Assignee: Benson Margulies
>             Fix For: 2.1
>
>         Attachments: JAXBDataBinding.java, JAXBDataBinding.java.diff.txt
>
>
> 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.


[jira] Updated: (CXF-1224) Enable setting of JAXBContext config options from within Spring context

Posted by "Kaleb Walton (JIRA)" <ji...@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.diff.txt

I hope this is what you need. This was an SVN diff of my modifications of the latest trunk version of the file.

> 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, JAXBDataBinding.java.diff.txt
>
>
> 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.


[jira] Assigned: (CXF-1224) Enable setting of JAXBContext config options from within Spring context

Posted by "Benson Margulies (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-1224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benson Margulies reassigned CXF-1224:
-------------------------------------

    Assignee: Benson Margulies

> 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
>            Assignee: Benson Margulies
>         Attachments: JAXBDataBinding.java, JAXBDataBinding.java.diff.txt
>
>
> 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.


[jira] Commented: (CXF-1224) Enable setting of JAXBContext config options from within Spring context

Posted by "Benson Margulies (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-1224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12546012 ] 

Benson Margulies commented on CXF-1224:
---------------------------------------

I'm hoping for a unit test from Kaleb before I commit this.

> 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
>            Assignee: Benson Margulies
>         Attachments: JAXBDataBinding.java, JAXBDataBinding.java.diff.txt
>
>
> 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.


[jira] Updated: (CXF-1224) Enable setting of JAXBContext config options from within Spring context

Posted by "Kaleb Walton (JIRA)" <ji...@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.