Uploaded image for project: 'CXF-Fediz'
  1. CXF-Fediz
  2. FEDIZ-139

cxf-fediz plugin osgi export

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.2.1
    • 1.3.0, 1.2.2
    • Plugin
    • None

    Description

      cxf-fediz plugin exports spring package instead of it's own cxf package

      current export:
      org.apache.cxf.fediz.spring.*
      export should include:
      org.apache.cxf.fediz.cxf.*

      The issue is that currently it is not possible to refer to FedizRedirectBindingFilter in a custom osgi module as instructed in
      https://cxf.apache.org/fediz-cxf.html

      <bean id="fedizFilter" class="org.apache.cxf.fediz.cxf.plugin.FedizRedirectBindingFilter">
          <property name="configFile" value="fediz_config.xml"/>
      </bean>
      

      Can be reproduced with current master:
      https://github.com/apache/cxf-fediz/blob/master/plugins/cxf/pom.xml

      <Export-Package>
              org.apache.cxf.fediz.spring.*;version="${project.version}"
      </Export-Package>
      

      Attachments

        Activity

          People

            coheigea Colm O hEigeartaigh
            hleisma Henri Leisma
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: