> Bundle-Start-Level: 5 Start levels should not be defined in the manifest of a bundle if you ask me because a start level is not a property of a bundle, but of a bundle in the context of a specific application. Even worse, you might want to assign and change start levels dynamically.
One thing to keep in mind is that your bundles should never rely on a certain order, because that will make them almost impossible to update (when updating a bundle it gets stopped and started and unless you first lower the start level to below the one of the bundle you're updating, you will run into trouble if you had relied on an order). Greetings, Marcel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

