Hi there, I'm trying to use ServiceMix 4 to deploy an OSGi application that consists of multiple bundles. These bundles provide some services which I don't like to be visible for other bundles. I also don't like other bundles to see exported packages of my bundles in my application.
Is it possible to isolate an entire application? I need something like Apache Aries' EBA analogy or Virgo's (ex- SpingDM Server) Plan, PAR. I can make my app to be a bundle with multiple jars in Bundle_ClassPath, without any imports/exports and without providing any services. Is it an appropriate solusion for now? Is there any plans to add features like "application scope" to ServiceMix? Regards, Sergey
