Hello Ivanhoe, The org.osgi.service.framework API is still under development within the OSGi Alliance. It's subject to ongoing change, which is what 'deprecated' means in this case. Felix has not yet implemented this API or a functional equivalent. The 'workaround' for Felix is to substitute org.apache.aries.application.runtime.isolated for org.apache.aries.application.runtime. This bundle offers a simple Aries application runtime which works, although providing no isolation between different applications' bundles.
Regards, Mark On 16 January 2011 17:25, Ivanhoe Abrahams <ivanhoeabrah...@gmail.com> wrote: > Hi > I just tried to install apache aries on Karaf, and I noticed a dependency on > "org.osgi.service.framework" which seems to be only implemented by equinox. > I was just wondering if there is a workaround so that I can install it on > Felix as well. > Thanks > Ivanhoe > BTW. It would be really great if someone has a ready made karaf feature file > for apache aries. >