All,
Recently I was reviewing my logs, and noticed something strange. The order in which bundles are resolved in Karaf 2.0.0 appears to be: 1) look in the system directory (called "local repository"), 2) Look in the local repository located in the users home/.m2 directory, 3) Look in all remote repositories, 4) Look to see if the bundle is already installed and active. My question is, why doesn't Karaf look FIRST to see if the bundle is already installed and active within its OSGi environment? This would make more sense than the way it is currently done. Can anyone tell my why the above order is used? v/r, Mike Van

