On Aug 17, 2007, at 0:25 , Eric Swindell wrote:
Thanks for the clarification. It's actually 6.1.4.8.
That probably depends on what version of the OSGi spec you're looking at. In the latest release, 4.1, it is 6.1.4.12 but a couple of things have been added to the Bundle interface so that might explain the difference.
Your quote of the spec still does not say anything about uninstall and restart.
Not directly, but if you look at 4.7 which describes the framework startup and shutdown, you will see that essentially nothing should change if you restart (stop and start) the framework. So actually, restarting the framework should not matter, a bundle identifier should never be reused regardless of that (and it is not if the framework keeps running, the bug I reported only occurs when you restart the framework at the right time).
Greetings, Marcel
