[
https://issues.apache.org/jira/browse/DOSGI-267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christian Schneider reassigned DOSGI-267:
-----------------------------------------
Assignee: Christian Schneider
> ContainerRequestFilter intents do not get registered as providers
> -----------------------------------------------------------------
>
> Key: DOSGI-267
> URL: https://issues.apache.org/jira/browse/DOSGI-267
> Project: CXF Distributed OSGi
> Issue Type: Bug
> Components: provider-rs
> Affects Versions: 2.1.0, 2.2.0
> Reporter: Richard Begg
> Assignee: Christian Schneider
> Priority: Minor
> Fix For: 2.3.0
>
> Attachments: use_provider_annotation.patch
>
>
> Intents of ContainerRequestFilter (or ContainerResponseFilter) type do not
> automatically get registered as JAX-RS providers in the same way as
> MessageBodyReader or other provider types.
> This is due to a hard-coded list of classes in the isProvider() method in
> provider-rs/src/main/java/org/apache/cxf/dosgi/dsw/handlers/rest/RsProvider.java
> Now we could just add the filter classes to the list, but I'm wondering why
> we don't just look for the @Provider annotation instead? That way, it should
> work for everything (assuming people correctly annotate their provider
> classes).
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)