You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2008/06/11 21:34:46 UTC

[jira] Updated: (CXF-1643) Move runtime resources found in META-INF to META-INF/cxf so that they can be found in an OSGi runtime environment

     [ https://issues.apache.org/jira/browse/CXF-1643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp updated CXF-1643:
-----------------------------

    Affects Version/s: 2.1
             Assignee: Daniel Kulp
              Summary: Move runtime resources found in META-INF to META-INF/cxf so that they can be found in an OSGi runtime environment  (was: cxf-bundle does not find extensions.xml in an OSGi environment, so WSDL extensors like jms:AddressType are not available)

> Move runtime resources found in META-INF to META-INF/cxf so that they can be found in an OSGi runtime environment
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: CXF-1643
>                 URL: https://issues.apache.org/jira/browse/CXF-1643
>             Project: CXF
>          Issue Type: Bug
>    Affects Versions: 2.1, 2.0.6
>            Reporter: Mike Ramnarine
>            Assignee: Daniel Kulp
>             Fix For: 2.1.1, 2.0.7
>
>
> The mechanisms in cxf-bundle that load WSDL extensors by finding and processing META-INF/extensions.xml needs to be updated to work in an OSGi environment.  Although it would seem like this issue could be resolved by adding META-INF to the Export-Package list in distribution/bundle/pom.xml, that would use too general a package name, and would not work if there were other bundles that exported META-INF.  One proposed solution is to move CXF stuff in META-INF to META-INF/cxf, possibly with a lookup in both the old and new places for backward compatibility.  Relavent code is in WSDLManagerImpl.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.