Uploaded image for project: 'CXF'
  1. CXF
  2. CXF-6113

allow a kind of chain in org.apache.cxf.common.util.ClassHelper

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 3.0.2
    • 3.0.3, 3.1
    • None
    • None
    • Unknown

    Description

      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;"

      Attachments

        Activity

          People

            sergey_beryozkin Sergey Beryozkin
            romain.manni-bucau Romain Manni-Bucau
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: