Hello, Running Karaf 4.0.3, and pax-exam 4.7.0. From my pax-exam integration test I have no problem running command “bundle:list”, however, on the next line, I try to run “bundle:restart” and get exception:
org.apache.felix.gogo.runtime.CommandNotFoundException: Command not found: bundle:restart I assume that all bundle commands are deployed by the same feature, so why is list is available and not restart? Is there something else I need to do to get access to the restart command? Best regards, Alex soto