Hi,

I guess your know the configuration PID ?

So you can filter by PID.

Do you want to use the bundle ID (or SymbolicName) as filter ?

Regards
JB

On 10/14/2015 02:11 PM, ngocthobkdn wrote:
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.


--
Jean-Baptiste Onofré
[email protected]
http://blog.nanthrax.net
Talend - http://www.talend.com

Reply via email to