[
https://issues.apache.org/jira/browse/KARAF-3668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14496162#comment-14496162
]
Christian Schneider commented on KARAF-3668:
--------------------------------------------
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)