[ 
https://issues.apache.org/jira/browse/FELIX-1897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12782827#action_12782827
 ] 

Felix Meschberger commented on FELIX-1897:
------------------------------------------

Implemented this configuration extension in Rev. 884484.

The following properties are supported:

   ds.loglevel (integer) : desired log level for SCR messages. Values are valid 
LogService.LOG_* constant values :
                     1 - ERROR
                     2 - WARN
                     3 - INFO
                     4 - DEBUG

   ds.factory.enabled (boolean) : whether to enable the Felix SCR extension of 
creating component factory 
                instances based on factory configuration (this enables 
non-specification compliant behaviour)

   ds.rebind.enable (boolean) : whether to support service rebinding upon 
service registration property
                update (this enables non-specification compliant behaviour). 
This property will be removed once
                FELIX-1893 is implemented.

> Add proper Configurtion Admin support for SCR configuration
> -----------------------------------------------------------
>
>                 Key: FELIX-1897
>                 URL: https://issues.apache.org/jira/browse/FELIX-1897
>             Project: Felix
>          Issue Type: Improvement
>          Components: Declarative Services (SCR)
>    Affects Versions: scr-1.2.0
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For:  scr-1.2.2
>
>
> Currently Apache Felix SCR can only be configured by setting a bunch of 
> bundle context properties. This presents a major problem is during runtime 
> some of these properties need to be changed.
> As an extension, the SCR will register a ManagedService (provided the API is 
> available in the framework at bundle start time) to receive configuration for 
> the PID "org.apache.felix.scr.ScrService"

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to