Hi. We want to provide our system with an automatic update method for bundles to prevent the user from having to do it manually. We have thought of the following: Suppose we want to update theBundle from 3.1.0 to 3.1.1.
1.- We copy theBundle 3.1.1 in $KARAF_HOME/system/uri/theBundle/3.1.1 2.- We modify the file $KARAF_HOME/etc/overrides.properties: mvn:uri/theBundle;range=[3.1.0, 3.2) 3.- We restart karaf The problem is that if we do list | grep theBundle 3.1.1 not appears Did we miss something? Thanks for the help. -- Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html
