[jira] [Updated] (FELIX-4855) ConfigAdmin does not update ManagedServiceFactory on framework restart

2015-04-16 Thread Christian Schneider (JIRA)

 [ 
https://issues.apache.org/jira/browse/FELIX-4855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Christian Schneider updated FELIX-4855:
---
Attachment: (was: FELIX-4848-1.patch)

> ConfigAdmin does not update ManagedServiceFactory on framework restart
> --
>
> Key: FELIX-4855
> URL: https://issues.apache.org/jira/browse/FELIX-4855
> Project: Felix
>  Issue Type: Bug
>  Components: Configuration Admin
>Affects Versions: configadmin-1.8.2
>Reporter: Christian Schneider
> Fix For: configadmin-1.8.4
>
> Attachments: FELIX-4855-1.patch
>
>
> Details are described in the linked karaf issue.
> I found how to fix this and will attach a patch.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (FELIX-4855) ConfigAdmin does not update ManagedServiceFactory on framework restart

2015-04-16 Thread Christian Schneider (JIRA)

 [ 
https://issues.apache.org/jira/browse/FELIX-4855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Christian Schneider updated FELIX-4855:
---
Attachment: FELIX-4855-1.patch

> ConfigAdmin does not update ManagedServiceFactory on framework restart
> --
>
> Key: FELIX-4855
> URL: https://issues.apache.org/jira/browse/FELIX-4855
> Project: Felix
>  Issue Type: Bug
>  Components: Configuration Admin
>Affects Versions: configadmin-1.8.2
>Reporter: Christian Schneider
> Fix For: configadmin-1.8.4
>
> Attachments: FELIX-4855-1.patch
>
>
> Details are described in the linked karaf issue.
> I found how to fix this and will attach a patch.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (FELIX-4855) ConfigAdmin does not update ManagedServiceFactory on framework restart

2015-04-16 Thread Christian Schneider (JIRA)

 [ 
https://issues.apache.org/jira/browse/FELIX-4855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Christian Schneider updated FELIX-4855:
---
Attachment: FELIX-4848-1.patch

The problem seems to be that the Caching PersistenceManager does not look into 
the real persistence once fullLoaded is true.

As at that point the factories are not loaded it never checks again.
So I removed the check for fullyLoaded at exist and load.

> ConfigAdmin does not update ManagedServiceFactory on framework restart
> --
>
> Key: FELIX-4855
> URL: https://issues.apache.org/jira/browse/FELIX-4855
> Project: Felix
>  Issue Type: Bug
>  Components: Configuration Admin
>Affects Versions: configadmin-1.8.2
>Reporter: Christian Schneider
> Fix For: configadmin-1.8.4
>
> Attachments: FELIX-4848-1.patch
>
>
> Details are described in the linked karaf issue.
> I found how to fix this and will attach a patch.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)