Hi karl, I have the same problem expect that I can write on the usb disk. So, how can I let felix create the cache on it (usb disk)?
Best Regards, Asma ________________________________ De : Karl Pauls <[EMAIL PROTECTED]> À : [email protected] Envoyé le : Lundi, 27 Octobre 2008, 18h39mn 34s Objet : Re: Felix on read-only filesystem On Mon, Oct 27, 2008 at 6:07 PM, Paul <[EMAIL PROTECTED]> wrote: > Le Monday 27 October 2008 17:38:56 Karl Pauls, vous avez écrit : >> well, could you write on the usb disk? You could install the bundles >> by reference which will leave you with a very small amount of data in >> the cache ... > > No I can't write on the usb disk itself. Ok, well, then the only thing left seems to be to have a look at org/apache/felix/framework/cache/*.java (in the framework subproject) and try to implement a cache that is in memory. Again, not all bundles will work without a cache (i.e., file system access) but depending on your project this might be the way to go. Furthermore, we would be very interested in this implementation if you get it done :-) regards, Karl > Thanks a lot for your time Karl. > > 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]

