[
https://issues.apache.org/jira/browse/CXF-6113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14221210#comment-14221210
]
Sergey Beryozkin commented on CXF-6113:
---------------------------------------
I guess it can be registered as a bus extension too, Dan if you think would be
a better approach then let me know please.
I just thought of using a bus property, both approaches can be supported if
needed.
Romain - I guess I will have this issue resolved - we have a single member
chain in place now :-), and an advanced chaining can be addressed in the next
JIRA then
Thanks
> allow a kind of chain in org.apache.cxf.common.util.ClassHelper
> ---------------------------------------------------------------
>
> Key: CXF-6113
> URL: https://issues.apache.org/jira/browse/CXF-6113
> Project: CXF
> Issue Type: Bug
> Affects Versions: 3.0.2
> Reporter: Romain Manni-Bucau
> Priority: Trivial
>
> Hi
> today org.apache.cxf.common.util.ClassHelper relies on spring aop or no-op
> logic. Would be great to be able to enrich it (actually I guess it should be
> done from the bus or server level).
> Use cases: EJB, CDI, ...any other IoC container or interception solution.
> I think a chain and an algorithm like the next one would not be so bad "while
> (wasUnwrap) { for (Unwraper u : unwrappers) { Object unwrapped =
> u.unwrap(o); wasUnwrap = unwraped != o; o = unwrapped; } } return unwrapped;"
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)