On Mon, Aug 8, 2016 at 2:19 PM, <[email protected]> wrote:
> On 2016-08-08T14:10:38 -0400 > Benson Margulies <[email protected]> wrote: > > On Mon, Aug 8, 2016 at 2:08 PM, <[email protected]> wrote: > > > > > > > > > 1. Is Felix able to load bundles from inside a jar? > I believe that all OSGi containers can load bundles from InputStreams, which is all you would need. > > > > > > 2. Is Felix able to run on entirely read-only filesystems? > > > > No. Equinox can, but Felix cannot. > > Is it a question of "someone needs to implement the right services" or > is it something more fundamental than that? > It's moderately fundamental. There's a JIRA for it. > > M >

