You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Freeman Fang (JIRA)" <ji...@apache.org> on 2014/12/03 06:04:12 UTC

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

Freeman Fang created CXF-6131:
---------------------------------

             Summary: 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
            Reporter: 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.4#6332)