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 2017/03/28 16:14:41 UTC

[jira] [Updated] (CXF-6131) JAX-RS resource spring auto-discovery doesn't work in OSGi

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

Daniel Kulp updated CXF-6131:
-----------------------------
    Component/s: OSGi
                 JAX-RS

> JAX-RS resource spring auto-discovery doesn't work in OSGi
> ----------------------------------------------------------
>
>                 Key: CXF-6131
>                 URL: https://issues.apache.org/jira/browse/CXF-6131
>             Project: CXF
>          Issue Type: Improvement
>          Components: JAX-RS, OSGi
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>
> It is due to in OSGi container, the spring PathMatchingResourcePatternResolver doesn't know the bundle:// URL so can't scan the package and get the resource.  
> If it's in OSGi container and spring-dm (1.2 style) is used, we can set the TCCL as bundle BundleDelegatingClassLoader and use OsgiBundleResourcePatternResolver to scan the package inside a certain bundle.
> Though in OSGi the blueprint configuration is suggested to use and we actually have another issue[1] to add blueprint support for jaxrs auto-discovery,  add spring-dm 1.2 support should be good also as people may still use it.
> [1]https://issues.apache.org/jira/browse/CXF-5848



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)