On Aug 5, 2009, at 18:05 , Richard S. Hall wrote:
I do not think doing an uninstall of missing bundles would be a good
idea, though. The whole point is to provide a simple, configuration-
less way to get bundles into your framework at startup, i.e., a
replacement for felix.auto.start. I don't want to create a complex
provisioning solution...that is a separate project.
If you want to create a replacement for felix.auto.start then why not
have some very simple form of wildcard support in that property value,
so I can just write:
felix.auto.start=file:bundle/*.jar
I would not want automatic update or uninstall in any case. If you
want that, use a management agent that is bootstrapped as a bundle.
Keep the launcher as simple as possible.
Greetings, Marcel