[jboss-osgi-issues] [JBoss JIRA] (JBOSGI-680) Unusable wiring metadata for Apache-CXF

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Fri Jul 5 01:01:37 EDT 2013


     [ https://issues.jboss.org/browse/JBOSGI-680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Diesler moved WFLY-1504 to JBOSGI-680:
---------------------------------------------

        Project: JBoss OSGi  (was: WildFly)
            Key: JBOSGI-680  (was: WFLY-1504)
       Workflow: jira  (was: GIT Pull Request workflow )
    Component/s: WebServices
                     (was: OSGi)
                     (was: Web Services)

    
> Unusable wiring metadata for Apache-CXF
> ---------------------------------------
>
>                 Key: JBOSGI-680
>                 URL: https://issues.jboss.org/browse/JBOSGI-680
>             Project: JBoss OSGi
>          Issue Type: Bug
>          Components: WebServices
>            Reporter: Thomas Diesler
>
> 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}
> A possible fix would be to separate and reexport the modules that camel-cxf integrates with

--
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-osgi-issues mailing list