Hi, I'm working on https://issues.apache.org/jira/browse/STANBOL-120
The idea is to have a commons web bundle as the central point to manage and handle all JAXRS resources that are provided by other bundles. New bundles can register theirs JAXRS resources at the commons web bundle. The commons web bundle makes all resources available. For this, the commons web bundle needs to load static resources (e.g. templates) from other bundles. As I am not that familiar with OSGI yet, here is my question about OSGI and class loading. Is it possible to load resources from another bundle via classpath? Is it possible to export e.g. the META-INF folder of a bundle and make it available to other bundles? -- Fabian
