...
- Installed means the bundle is therehas been copied to the correct location (the
..\weave\platform\plugins
directory) and OSGi knows about it, but it hasn't been started yet, either because it hasn't been added toconfig.ini
file or because there's something preventing it from starting (e.g. a missing dependency). - Resolved means the bundle has been installed and has all it needs to be used, it is ready to be started.
- Starting means the bundle is in the process of getting up and running (and should be available soon).
- Active means the bundle has been resolved and started.
...