[
https://issues.apache.org/jira/browse/KARAF-150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12901623#action_12901623
]
Geert Schuring commented on KARAF-150:
--------------------------------------
If I'm not mistaking Blueprint is simply used to easily create and inject
objects and register them as services. Much like Declarative Services. When you
create a Singleton Managed Service (using, for instance, Blueprint) and the
Configuration Admin Service detects a new or modified configuration it calls
the update(Dictionary) method if it exists on the service object. See section
104.5 of the OSGi 4.2 Compendium Services specification.
> Config admin contains 2 configurations for SSH port in Karaf, but dynamically
> reloads neither.
> ----------------------------------------------------------------------------------------------
>
> Key: KARAF-150
> URL: https://issues.apache.org/jira/browse/KARAF-150
> Project: Karaf
> Issue Type: Bug
> Affects Versions: 1.6.2
> Reporter: Geert Schuring
> Attachments: screenshot-1.jpg
>
>
> After downloading and starting Karaf 1.6.0 I noticed that the config admin
> lists 2 configs for the SSH server (See attached screenshot). But that
> changing the port number in both doesn't result the SSH server to listen on
> that port without restarting Karaf.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.