[
https://issues.apache.org/jira/browse/CXF-1643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Kulp resolved CXF-1643.
------------------------------
Resolution: Fixed
> 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.