You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Christian Schneider (JIRA)" <ji...@apache.org> on 2017/07/10 10:13:00 UTC

[jira] [Resolved] (DOSGI-266) Support for org.apache.cxf.jaxrs.ext.ContextProvider

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

Christian Schneider resolved DOSGI-266.
---------------------------------------
    Resolution: Fixed

ContextProvider injects work but only at method level

> Support for org.apache.cxf.jaxrs.ext.ContextProvider
> ----------------------------------------------------
>
>                 Key: DOSGI-266
>                 URL: https://issues.apache.org/jira/browse/DOSGI-266
>             Project: CXF Distributed OSGi
>          Issue Type: New Feature
>          Components: provider-rs
>    Affects Versions: 2.1.0
>            Reporter: Ivo Leitão
>            Assignee: Christian Schneider
>             Fix For: 2.2.0
>
>
> I would like to use CXF support for search http://cxf.apache.org/docs/jax-rs-search.html and for that I need to register a provider. In my tests the SearchContext is always null and I think it is caused by https://github.com/apache/cxf-dosgi/blob/master/provider-rs/src/main/java/org/apache/cxf/dosgi/dsw/handlers/rest/RsProvider.java
> where 
> {code:title=RsProvider.java|borderStyle=solid}
> ....
> private boolean isProvider(Object intent) {
>         return (intent instanceof ExceptionMapper) // 
>             || (intent instanceof MessageBodyReader) //
>             || (intent instanceof MessageBodyWriter) //
>             || (intent instanceof ContextResolver);
>     }
> ....
> {code}
> only supports ContextResolver and not ContextProvider
> I'm going to try to make a workaround with a features but this is needed in order to make this work.
> Quoting CXF documentation:
> "Additionally, starting from CXF 2.6.0, SearchContextProvider needs to be registered as jaxrs:provider."



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)