frameworkProperties.put(Constants.FRAMEWORK_STORAGE, storage.getAbsolutePath());
RemoteFramework framework = forkedFactory.fork(Collections.<String> emptyList(),
Collections.<String, String> emptyMap(), frameworkProperties);
framework.start();
long bundleId = framework
.installBundle("file:target/bundles/regression-pde-bundle-2.3.0.jar");
framework.startBundle(bundleId);
framework.callService("(objectClass=org.ops4j.pax.exam.regression.pde.HelloService)",
"getMessage");