[jboss-jira] [JBoss JIRA] (WFLY-1504) Unusable wiring metadata for Apache-CXF
Thomas Diesler (JIRA)
jira-events at lists.jboss.org
Wed Jun 12 03:45:55 EDT 2013
Thomas Diesler created WFLY-1504:
------------------------------------
Summary: Unusable wiring metadata for Apache-CXF
Key: WFLY-1504
URL: https://issues.jboss.org/browse/WFLY-1504
Project: WildFly
Issue Type: Bug
Components: Web Services
Reporter: Thomas Diesler
Assignee: Alessio Soldano
Fix For: 8.0.0.Alpha3
When integrating the [camel-cxf|http://camel.apache.org/cxf.html] component we see a number of package requirements on cxf
{code}
XPackageRequirement[dirs={filter=(&(osgi.wiring.package=org.apache.cxf)(&(version>=2.6.0)(!(version>=2.9.0))))},[org.apache.camel.camel-cxf-transport:2.11.0]]
XPackageRequirement[dirs={filter=(&(osgi.wiring.package=org.apache.cxf.binding.soap)(&(version>=2.6.0)(!(version>=2.9.0))))},[org.apache.camel.camel-cxf-transport:2.11.0]]
XPackageRequirement[dirs={filter=(&(osgi.wiring.package=org.apache.cxf.common.injection)(&(version>=2.6.0)(!(version>=2.9.0))))},[org.apache.camel.camel-cxf-transport:2.11.0]]
XPackageRequirement[dirs={filter=(&(osgi.wiring.package=org.apache.cxf.common.logging)(&(version>=2.6.0)(!(version>=2.9.0))))},[org.apache.camel.camel-cxf-transport:2.11.0]]
XPackageRequirement[dirs={filter=(&(osgi.wiring.package=org.apache.cxf.common.util)(&(version>=2.6.0)(!(version>=2.9.0))))},[org.apache.camel.camel-cxf-transport:2.11.0]]
XPackageRequirement[dirs={filter=(&(osgi.wiring.package=org.apache.cxf.configuration)(&(version>=2.6.0)(!(version>=2.9.0))))},[org.apache.camel.camel-cxf-transport:2.11.0]]
XPackageRequirement[dirs={filter=(&(osgi.wiring.package=org.apache.cxf.configuration.blueprint)(&(version>=2.6.0)(!(version>=2.9.0))))},[org.apache.camel.camel-cxf-transport:2.11.0]]
XPackageRequirement[dirs={filter=(&(osgi.wiring.package=org.apache.cxf.configuration.spring)(&(version>=2.6.0)(!(version>=2.9.0))))},[org.apache.camel.camel-cxf-transport:2.11.0]]
XPackageRequirement[dirs={filter=(&(osgi.wiring.package=org.apache.cxf.headers)(&(version>=2.6.0)(!(version>=2.9.0))))},[org.apache.camel.camel-cxf-transport:2.11.0]]
XPackageRequirement[dirs={filter=(&(osgi.wiring.package=org.apache.cxf.helpers)(&(version>=2.6.0)(!(version>=2.9.0))))},[org.apache.camel.camel-cxf-transport:2.11.0]]
XPackageRequirement[dirs={filter=(&(osgi.wiring.package=org.apache.cxf.io)(&(version>=2.6.0)(!(version>=2.9.0))))},[org.apache.camel.camel-cxf-transport:2.11.0]]
XPackageRequirement[dirs={filter=(&(osgi.wiring.package=org.apache.cxf.message)(&(version>=2.6.0)(!(version>=2.9.0))))},[org.apache.camel.camel-cxf-transport:2.11.0]]
XPackageRequirement[dirs={filter=(&(osgi.wiring.package=org.apache.cxf.service.model)(&(version>=2.6.0)(!(version>=2.9.0))))},[org.apache.camel.camel-cxf-transport:2.11.0]]
XPackageRequirement[dirs={filter=(&(osgi.wiring.package=org.apache.cxf.transport)(&(version>=2.6.0)(!(version>=2.9.0))))},[org.apache.camel.camel-cxf-transport:2.11.0]]
XPackageRequirement[dirs={filter=(&(osgi.wiring.package=org.apache.cxf.ws.addressing)(&(version>=2.6.0)(!(version>=2.9.0))))},[org.apache.camel.camel-cxf-transport:2.11.0]]
XPackageRequirement[dirs={filter=(&(osgi.wiring.package=org.apache.cxf.wsdl)(&(version>=2.6.0)(!(version>=2.9.0))))},[org.apache.camel.camel-cxf-transport:2.11.0]]
{code}
most of these are contained in the org.apache.cxf.impl module, which however takes a "one bucket for all approach" that makes it impossible to use the metadata shipped with the individual cxf artefacts
{code}
<resources>
<resource-root path="cxf-rt-bindings-coloc-2.7.5.jar"/>
<resource-root path="cxf-rt-bindings-object-2.7.5.jar"/>
<resource-root path="cxf-rt-bindings-soap-2.7.5.jar"/>
<resource-root path="cxf-rt-bindings-xml-2.7.5.jar"/>
<resource-root path="cxf-rt-core-2.7.5.jar"/>
<resource-root path="cxf-rt-databinding-aegis-2.7.5.jar"/>
<resource-root path="cxf-rt-databinding-jaxb-2.7.5.jar"/>
<resource-root path="cxf-rt-frontend-jaxws-2.7.5.jar"/>
<resource-root path="cxf-rt-frontend-simple-2.7.5.jar"/>
<resource-root path="cxf-rt-management-2.7.5.jar"/>
<resource-root path="cxf-rt-transports-http-2.7.5.jar"/>
<resource-root path="cxf-rt-transports-jms-2.7.5.jar"/>
<resource-root path="cxf-rt-transports-local-2.7.5.jar"/>
<resource-root path="cxf-rt-ws-addr-2.7.5.jar"/>
<resource-root path="cxf-rt-ws-mex-2.7.5.jar"/>
<resource-root path="cxf-rt-ws-policy-2.7.5.jar"/>
<resource-root path="cxf-rt-ws-rm-2.7.5.jar"/>
<resource-root path="cxf-rt-ws-security-2.7.5.jar"/>
<resource-root path="cxf-rt-ws-security-2.7.5-jandex.jar"/>
<resource-root path="cxf-tools-common-2.7.5.jar"/>
<resource-root path="cxf-tools-java2ws-2.7.5.jar"/>
<resource-root path="cxf-tools-validator-2.7.5.jar"/>
<resource-root path="cxf-tools-wsdlto-core-2.7.5.jar"/>
<resource-root path="cxf-tools-wsdlto-databinding-jaxb-2.7.5.jar"/>
<resource-root path="cxf-tools-wsdlto-frontend-jaxws-2.7.5.jar"/>
<resource-root path="cxf-services-sts-core-2.7.5.jar"/>
<resource-root path="cxf-services-ws-discovery-api-2.7.5.jar"/>
<resource-root path="cxf-xjc-boolean-2.6.1.jar"/>
<resource-root path="cxf-xjc-dv-2.6.1.jar"/>
<resource-root path="cxf-xjc-ts-2.6.1.jar"/>
<!-- Insert resources here -->
</resources>
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list