equinox
Is there a good way to add Equinox source to Eclipse to help debugging an OSGi bundle?
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[详细]
2022-12-29 23:40 分类:问答com.sun.management.OperatingSystemMXBean use in an OSGi bundle
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[详细]
2022-12-27 05:39 分类:问答Can't find service because OSGi bundle isn't activated
I\'m having a problem discovering services that are provided by some OSGi bundles that are not being activated.Let me describe the situation:[详细]
2022-12-15 08:10 分类:问答Best way to shutdown an OSGi Container (specifically equinox)
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[详细]
2022-12-14 00:45 分类:问答Metro + Jetty + OSGi = pain
I am trying to swap out Sun\'s HTTPServer for the much better Jetty server, within an OSGi bundle, running on Equinox.[详细]
2022-12-13 19:51 分类:问答