Hi all,
Does Felix support the property osgi.parentClassLoader, or is that an Equinox-specific configuration setting? I am embedding Felix in a webapp to register extensions to our application, and would like to be able to use the 'fwk' setting to expose all packages known by the classloader that loaded the Felix framework to bundles. I've read that this could also be done through extension bundles, but 1) I've read about some recent bugs with those (http://www.mail-archive.com/[EMAIL PROTECTED]/msg01283.html), and 2) the thought of having to maintain a list of all packages which we would like to be available to the bundles scares me. FWIW, our use case is pretty simple. We would like to be able to hot-deploy extensions (classes and resources) to our application, and these will all follow the 'extender' model rather than the 'service' model. As such, I really don't care about the bundles being isolated from the classpath. Any help is appreciated :-) Thanks, Matt Clark

