Passing data to OSGI Bundles
I don't know how far the discussion in t开发者_StackOverflow社区his thread is still relevant, but I'm not able to read system properties from a Felix BundleActivator
.
Is this working for anybody out there? Or can somebody help me figure out what is going on?
Try to get system property with BundleContext.getProperty(String key)
精彩评论