Hi,
I am writing simple utility to register/install and un-register the Java based vCenter 5.1/5.5 plugin.
When I un-register plugin from vCenter server, plugin bundles from zip archive are still up and running.
I want to unload these OSGi bundles from web client server as well. Currently I am running one file delete script that deletes bundle artifacts from disk on web client server.
Can anyone tell me any API or good practice to unload already running OSGi bundles from Web Client server?
Thanks in advance!