No , my issue is not with Configuration object, I am able to create the Configuration object , i am facing issue due to the ConfigurationManager class of org.apache.felix.cm.impl , Earlier this class was implementing BundleActivator , but in the latest version they have removed that BundleActivat...
Hi All, I am facing an issue in upgrading the org.apache.felix.configadmin jar as in the latest version [1.9.26] they have changed the ConfigurationManager class , earlier ConfigurationManager of org.apache.felix.cm.impl was implementing BundleActivator and BundleListner both the interfaces , but...