You could take a look at OSGi subsystems, which is chapter 134 of the
OSGi Enterprise R5 specs [1]. The Application and Composite subsystems
allow for separation of subsystems (while the Feature subsystem shares
everything, just like with Karaf features).

There is an implementation of OSGi subsystems available in Apache
Aries. If you want to get that up and running quickly you could take a
look at a presentation I did recently [2].

Cheers,

David

[1] http://www.osgi.org/Download/Release5
[2] 
http://adapt.to/2014/en/schedule/using-osgi-subsystems-with-apache-felix.html

On 24 September 2014 14:42, Christian Schneider <[email protected]> wrote:
> I would like to deploy two (or more) CXF based applications into the same
> OSGi framework.
> How can I enforce common rules per application while keeping the
> applications separate from each other?
>
> I created a wiki page to show the scenario and describe current approaches I
> found and their limitations as well as an idea for a new approach.
> I would be happy about any feedback. Did you have a similar case? How did
> you solve it?
>
> https://cwiki.apache.org/confluence/display/CXF/Grouping+bundles+to+applications+in+OSGi
>
> Christian
>
> --
> Christian Schneider
> http://www.liquid-reality.de
>
> Open Source Architect
> http://www.talend.com
>

Reply via email to