Hi Miguel,

The Configuration Admin support in the web console is limited to
Configurations for which the Metatype Service can provide a descriptor.

The reason for this is, that the configuration list is not cluttered
with entries, which will never be used. Since the configuaration admin
panel not only asks the configuration admin service for configurations
but also looks for ManagedService[Factory] services to display their
possibly empty configuration entries we get a lot of these because the
Felix Declarative Services implementation registers a
ManagedService[Factory] on behalf of each Component[Factory].

The advantage of the Metatype Service is that you can describe your
configuration properties and that the console configuration admin
support may create an adapted GUI.

Hope this helps.

Regards
Felix


Miguel schrieb:
> Hello,
> 
> I have implemented an OSGI service which can be configured via
> configruation Admin.
> 
> My class implement ManagedService :
> 
> public class Configurator implements ManagedService {
> 
>       @Override
>       public void updated(Dictionary props) throws ConfigurationException {
> 
> ...
> 
> 
> and I able to configure getting the configuration admin reference and
> after that, invoking update(properties) method of the configuration
> admin.
> 
> That works perfectly but when I use the apache web console,  I have no
> configuration in the site:
> http://127.0.0.1/system/console/configMgr
> 
> 
> 
> could anybody help me? should I do anything else to get the
> configuration via webconsole?
> 
> 
> Thank you in advance,
> 
> Miguel
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to