Re: configadmin: no visibility to configuration

2013-09-10 Thread Felix Meschberger
Hi Am 10.09.2013 um 11:50 schrieb CLEMENT Jean-Philippe: Dear Felix experts, I have the following issue while registering a ManagedService: 2013-09-10 11:32:56,482 | ERROR | com.tus.hci.fot) | configadmin | 43 - org.apache.felix.configadmin - 1.6.0 | Cannot use

Re: configadmin: no visibility to configuration

2013-09-10 Thread Roland
Hi, I assume you try to configure a service that was created by another bundle. The bundle which creates the configuration has no visibility to the service. Try to use one of the following: getConfiguration(pid, ?); createFactoryConfiguration(msf, ?); or getConfiguration(pid, null);

Re: configadmin: no visibility to configuration

2013-09-10 Thread Pierre De Rop
Hi Jean-Philippe, in addition to the responses made by Felix and Roland, you can also refer to configuration admin specification, especially in the chapter 104.4.1 of the 4.3 OSGi compendium, which explains what is a configuration location binding (the second parameter of the

RE: configadmin: no visibility to configuration

2013-09-10 Thread CLEMENT Jean-Philippe
[mailto:pierre.de...@gmail.com] Envoyé : mardi 10 septembre 2013 12:13 À : users@felix.apache.org Objet : Re: configadmin: no visibility to configuration Hi Jean-Philippe, in addition to the responses made by Felix and Roland, you can also refer to configuration admin specification, especially