Hi Paul, the simple answer is no. Currently, there is no way to configure felix without the bundle cache stored on disk. However, it should be possible to replace the cache implementation with an in memory implementation (with the exception of native libraries which wouldn't work like this). Unfortunately, It is not easily plugable so you would need to look around a little to get this done.
Notice, many bundles assume that they get access to the disc as well. Couldn't you just mount a ramdisk and configure felix to use that one as cache location? regards, Karl On Mon, Oct 27, 2008 at 4:55 PM, Paul <[EMAIL PROTECTED]> wrote: > Hello felix users :) > > As I'm not felix-fluent yet, excuse me if I throw some WrongTermExceptions > here. > > I'm looking at plugins/osgi bundles frameworks for a JavaSE app that must run > in a readonly environment, no writable filesystem is available. > > I'm discovering felix and tried some samples and some little home made > bundles. I understood the bundle cache mechanism too. > > Is there any effort going into the direction of being able to run felix > without the bundle cache stored on disk ? If that is the case, where can I > learn more ? :) > > If that is not the case, can some-felixaware-body explain me what would be the > steps needed to achieve this ? > > I'm not closed about other options, but felix is oss and is supported by the > asf. This is important to me. > > Thanks in advance > > Paul > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Karl Pauls [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

