You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Christian Schneider (JIRA)" <ji...@apache.org> on 2015/04/15 15:41:58 UTC

[jira] [Comment Edited] (KARAF-3668) ManagedServiceFactory update is not called after restart

    [ https://issues.apache.org/jira/browse/KARAF-3668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14496162#comment-14496162 ] 

Christian Schneider edited comment on KARAF-3668 at 4/15/15 1:41 PM:
---------------------------------------------------------------------

I checked if the problem also occurs in older versions of configadmin and fileinstall.
So I built a karaf 4 with the versions from karaf 3.0.2 (configadmin 1.8.0, fileinstall 3.4.2). With this versions it worked.
I was able to narrow down the problem by updating to (configadmin 1.8.0, fileinstall 3.5.0). With this combination the test above still worked. 

So this issue seems to only happen with configadmin 1.8.2.


was (Author: chris@die-schneider.net):
I checked if the problem also occurs in older versions of configadmin and fileinstall.
So I built a karaf 4 with the versions from karaf 3.0.2 (configadmin 1.8.0, fileinstall 3.4.2). With this versions it worked.

> ManagedServiceFactory update is not called after restart
> --------------------------------------------------------
>
>                 Key: KARAF-3668
>                 URL: https://issues.apache.org/jira/browse/KARAF-3668
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-config
>    Affects Versions: 4.0.0.M2
>            Reporter: Christian Schneider
>             Fix For: 4.0.0.M3
>
>
> To replicate: 
> - Start fresh karaf
> - Paste this into the shell
> --
> cat https://raw.githubusercontent.com/cschneider/jpa-experiments/master/test-ds.cfg | tac -f etc/org.ops4j.datasource-test.cfg
> feature:repo-add mvn:org.ops4j.pax.jdbc/pax-jdbc-features/0.5.0/xml/features
> feature:install pax-jdbc-config pax-jdbc-h2
> ---
> service:list DataSource shows the DataSource that was created from the config
> exit karaf and restart it
> service:list DataSource show no DataSource.



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