Hi,

I tried Karaf ConfigMBean 

                ObjectName obj = new 
ObjectName("org.apache.karaf:type=config,name=root");
                ConfigMBean mbean = JMX.newMBeanProxy(mbsc, obj,
                                ConfigMBean.class);
                mbean.getConfigs();  -> get all config

I can get all configs of bundles in Karaf but i don't receive configuration
of my bundle.

Thank you for your suggestion,

Best regards,





--
View this message in context: 
http://karaf.922171.n3.nabble.com/How-to-use-ConfigurationAdminMBean-with-JMX-and-Karaf-tp4043086p4043089.html
Sent from the Karaf - User mailing list archive at Nabble.com.

Reply via email to