log.log(Level.SEVERE,
"Unable to create StandardMBean for Framework", e);
return;
}
try {
bundleState = new StandardMBean(new BundleState(bundleContext, sl,
admin), BundleStateMBean.class);
} catch (NotCompliantMBeanException e) {
log.log(Level.SEVERE,
"Unable to create StandardMBean for BundleState", e);
return;