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 10:54:58 UTC

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

Christian Schneider created KARAF-3668:
------------------------------------------

             Summary: 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


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)