Hello everyone. We have a karaf instance with a datasource defined in the file org.ops4j.datasource-dataDS.cfg A clone of that instance is made using the command
instance:clone -v -r 2099 -s 8102 -rs 44445 root instance2 In the instances/instance2/etc/org.ops4j.datasource-dataDS.cfg we change the url of jdbc (not dataSourceName) When I connect to instance2 and run the command jdbc:ds-list We get the message: There are multiple data source services registered with the same name. Please review your configuration. And we can see two datasources with same name. (It does not occur in the root instance) -- Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html
