I am banging my head against a mess of JNI code and DLLs that we are trying to shoehorn into an OSGi bundle.It has been particularly hard to get good debugging info out of the system and I have spent
I have some legacy code that开发者_运维技巧 was used to monitor my applications cpu,memory etc that I want to convert to a bundle. Now when i start this bundle its complaining
I\'m having a problem discovering services that are provided by some OSGi bundles that are not being activated.Let me describe the situation:
I\'m looking for a best practice on shutting down an OSGi container. Currently we are using a small launcher app which calls EclipseStarter.startup() and installs some core bundles. After that the la
I am trying to swap out Sun\'s HTTPServer for the much better Jetty server, within an OSGi bundle, running on Equinox.