You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Sergey Beryozkin (JIRA)" <ji...@apache.org> on 2012/12/14 23:52:13 UTC

[jira] [Resolved] (CXF-4702) Make it possible to get global JAX-RS providers registered on the bus

     [ https://issues.apache.org/jira/browse/CXF-4702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sergey Beryozkin resolved CXF-4702.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.7.2
                   2.6.5
    
> Make it possible to get global JAX-RS providers registered on the bus
> ---------------------------------------------------------------------
>
>                 Key: CXF-4702
>                 URL: https://issues.apache.org/jira/browse/CXF-4702
>             Project: CXF
>          Issue Type: Improvement
>          Components: JAX-RS
>            Reporter: Sergey Beryozkin
>            Assignee: Sergey Beryozkin
>             Fix For: 2.6.5, 2.7.2
>
>
> Typically, one will register JAX-RS providers on per-endpoint basis; the same provider may also be shared between multiple endpoints; 
> However in some cases it may be useful to get the same provider shared between endpoints by simply registering the provider on the bus: this also simplifies the configuration of the individual endpoints.
> Bus interface offers typed extension API but the changes are needed to this API to make it easy to inject number of extensions from Spring/Blueprint; while it can make it simpler to work at the code level, the benefit at Spring level is minimal, and thus using Bus.setProperties appears to be sufficient at the moment

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira