Hi, I'm writing an integration test and in it I want to execute the Karaf 'install' command. I don't want to provision the bundle at Karaf start-up but specifically attempt to install it in a test to ensure a certain behaviour occurs.
I found this page: http://planet.jboss.org/post/advanced_integration_testing_with_pax_exam_karaf and it makes use of a 'CommandProcessor' interface but searching the current Karaf source code it appears this class no longer exists. Is there a way that I can achieve the above? Thanks Kerry
