/** @throws java.lang.Exception */
 @After
 public void tearDown() throws Exception {
   CamelBlueprintHelper.disposeBundleContext(bundleContext);
   CamelTestSupport.deleteDirectory("target/bundles");
 }