Description
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.
Attachments
Issue Links
- is broken by
-
FELIX-4566 Consistency in PersistenceManager and Cache is not guaranteed
- Closed
- relates to
-
FELIX-4855 ConfigAdmin does not update ManagedServiceFactory on framework restart
- Closed