.getServiceReference(PackageAdmin.class
.getCanonicalName()));
StartLevel sl = (StartLevel) bundleContext.getService(bundleContext
.getServiceReference(StartLevel.class.getCanonicalName()));
try {
framework = new StandardMBean(new Framework(bundleContext, admin,
sl), FrameworkMBean.class);
} catch (NotCompliantMBeanException e) {
log.log(Level.SEVERE,
"Unable to create StandardMBean for Framework", e);
return;