Behaviour of startlevel comman doesn't adhere to spec -----------------------------------------------------
Key: FELIX-947 URL: https://issues.apache.org/jira/browse/FELIX-947 Project: Felix Issue Type: Bug Components: Framework Affects Versions: felix-1.4.1 Reporter: Martin Cornelius I have a bundle installed, that has set it's bundlelevel to 2, and always throws an execption in the BundleActivator.start() method. If i am in startlevel 1, and issue the shell-command 'startlevel 2', the framework tries to start the bundle and logs an ERROR, as expected. However, if i now (being already in startlevel 2) repeat the command 'startlevel 2', the framework again tries to start the bundle and repeatedly logs an ERROR. This behaviour violates the core-spec, which states in ยง8.2.2 : If the requested start level is the active start level, the Framework will not start or stop any bundles. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.