}
// Deploy the bundles through the {@link DeployerService}
ServiceReference sref = sysContext.getServiceReference(DeployerService.class.getName());
DeployerService service = (DeployerService) sysContext.getService(sref);
service.deploy(deployments.toArray(new Deployment[deployments.size()]));
} catch (Throwable t) {
throw new StartException("Failed to start OSGi Framework: " + framework, t);
}
}