Hi, I observed the following behavior of Karaf: When our Karaf custom distribution is installed on a system which has no ~/.m2 directory yet, it creates the directory and puts the contents of KARAF_HOME/system there. These bundles are then installed.
Now, if I install a newer version of our distribution, which references bundles with the same version number (e.g. 1.0.0-SNAPSHOT), the bundles in KARAF_HOME/system are ignored and instead the ones from ~/.m2 are installed, even if the bundles from system are newer (which is kind of annoying). I found bug ticket https://issues.apache.org/jira/browse/KARAF-2990 and already tried the new org.ops4j.pax.url.mvn.cfg from 3.0.2, but the problem still exist. Is there a way to tell Karaf to always use the bundles from KARAF_HOME/system? Thanks and regards Jochen -- View this message in context: http://karaf.922171.n3.nabble.com/Karaf-ignores-Bundles-in-KARAF-HOME-system-tp4034337.html Sent from the Karaf - User mailing list archive at Nabble.com.
