Hi, I've a JAXRS service where I use the Karaf ConfigMean as following: ..... String servicePid = "284"; ConfigMBean configMBean= MBeanServerInvocationHandler.newProxyInstance(mbeanServer, new ObjectName("org.apache.karaf:type=config,name=root"), ConfigMBean.class, false);
Map<String, String> props = configMBean.listProperties(servicePid); String configFileName = props.get("felix.fileinstall.filename"); // The configFileName is "" ...... In our enviromnent, I need to execute the dump of all our installed bundles and related info (for example the configuration cfg file). I guess it's not related to Camel. You don't see the felix.fileinstall.filename property at all right ? *CORRECT* Thank you very much. Luca Leonardi -- Sent from: http://karaf.922171.n3.nabble.com/Karaf-Dev-f930721.html