Sahoo wrote:
Is it possible to tun off bundle caching in Felix?
The short answer is, no.
If your bundles do not have embedded JAR files or native libraries, then
it would be possible to implement an "in memory" cache, if that's what
your goal is.
If you just want to stop bundle JAR files from being copied, you could
install a JAR file by reference using "reference:file:/path/to/jar".
Or if you just want the bundles to disappear for the next session, you
could modify the launcher code to have your own custom framework
activator that uninstalls bundles upon framework shutdown.
-> richard
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]