Diagnosis

Using an OSGi Console

Equinox

Add the following option to your configuration:

systemProperty("osgi.console").value("6666")

Then after starting your test, connect to the Equinox console via

telnet localhost 6666

Use the console commands to inspect the state of the framework.

Felix

TODO

Knopflerfish

TODO