Romain Manni-Bucau created CXF-7228:
---------------------------------------
Summary: ProviderInfo rarely supports proxies
Key: CXF-7228
URL: https://issues.apache.org/jira/browse/CXF-7228
Project: CXF
Issue Type: Bug
Reporter: Romain Manni-Bucau
CXF has a lot of pi.getProvider().getClass() usages but it breaks when using
proxies not propagating annotations (@Priority -
org.apache.cxf.jaxrs.provider.ServerProviderFactory.ServerConfigurationImpl#getPriority,
name bindings
org.apache.cxf.jaxrs.provider.ProviderFactory#getFilterNameBindings, etc)
Using at least org.apache.cxf.common.util.ClassHelper would solve this (and
this API is designed for it isnt it?). Also using ClassUnwrapper would be
consistent.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)