bootClasspath);
framework.start();
File testBundle = generateBundle();
long bundleId = framework.installBundle("file:" + testBundle.getAbsolutePath());
framework.startBundle(bundleId);
// START>>> not yet implemented
// framework.waitForState(bundleId, Bundle.ACTIVE, 1500);
Thread.sleep(3000);
// <<<END not yet implemented