Hi all!
I've got a running equinox osgi framework with a bunch of started bundles. Now i update a bundle using the osgi console via 'update . (or use provided method: bundle.update(url));
Everything works perfectly... but if i completly restart the osgi framework the previously updated bundle is in the original state again (as it was before the update).
I'm using the update.configurator of eclipse to search all bundles in the plugins directory and install them but i thought it recognizes if a bundle had been updated.
Can somebody drop me a hint what i'm missing?
thanks, Michael Mangeng