Hi Guillaume, After digging a bit more, the apparent disparity between the client and the interactive console seems to be related to timing:
bin/start && \ bin/client -r 10 -d 5 "feature:repo-add -i mvn:edu.amherst.acdc/acrepo-karaf/LATEST/xml/features" && \ sleep 20 && \ bin/stop Adding a `sleep` before stopping the console allows the bundles to be started! I assumed that `feature:repo-add -i` was blocking until everything was installed, but I was mistaken? Or maybe calling bin/stop so quickly aborts the preservation of the bundle state? In any case, adding the sleep is allowing everything to come up nicely. Thanks, Elliot -- View this message in context: http://karaf.922171.n3.nabble.com/feature-repo-add-i-broken-in-4-0-4-tp4046143p4048280.html Sent from the Karaf - User mailing list archive at Nabble.com.
