Reputation: 2396
I don't know how far the discussion in this 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?
Upvotes: 2
Views: 1056
Reputation: 2369
Try to get system property with BundleContext.getProperty(String key)
Upvotes: 5