I have a working osgi equinox platform with a bunch of running packages. Now I am updating the package using the osgi console via 'update. (or use the provided method: bundle.update (url));
Everything works fine ... but if I completely restart the osgi structure, the previously updated package will again be in its original state (as it was before the update).
I use update.configurator for eclipse to search for all packages in the plugins directory and install them, but I thought it would find out if the package was updated.
Can someone give me a hint what am I missing?
thank you Michael Mangeng
source
share