cxf-bundle does not find extensions.xml in an OSGi environment, so WSDL extensors like jms:AddressType are not available ------------------------------------------------------------------------------------------------------------------------
Key: CXF-1643 URL: https://issues.apache.org/jira/browse/CXF-1643 Project: CXF Issue Type: Bug Affects Versions: 2.0.6 Reporter: Mike Ramnarine 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.