[
https://issues.apache.org/jira/browse/CXF-1994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12678661#action_12678661
]
Sergey Beryozkin commented on CXF-1994:
---------------------------------------
Hi - I'm actually thinking of reintroducing it back, in scope of the client api
work, such that a client code can experiment with various providers at runtime
> An attempt to deregister custom providers fails.
> ------------------------------------------------
>
> Key: CXF-1994
> URL: https://issues.apache.org/jira/browse/CXF-1994
> Project: CXF
> Issue Type: Bug
> Components: REST
> Reporter: Chaitanya Choleti
> Attachments: sources.zip, tests.war
>
>
> 1) The method ProviderFactory.deregisterEntityProvide(Object o) does not
> actually derigister a custom provider.
> 2) Consider that the first problem is fixed. Now, if a custom provider which
> implements both MessageBodyReader and MessageBodyWriter is set and the method
> deregisterEntityProvide is called it deregisters it as a MessageBodyReader
> and returns without deregistering it as a MessageBodyWriter.
> 3) There is no provision to deregister providers which implement
> ExceptioMapper.
> Please open the attached zip file to find the suggested fix.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.