[
https://issues.apache.org/jira/browse/KARAF-3668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14496320#comment-14496320
]
Christian Schneider commented on KARAF-3668:
--------------------------------------------
I was able to track the problem to the commit of this issue
https://issues.apache.org/jira/browse/FELIX-4566 . The code before it worked
and after it the issue above appeared.
> 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)