MBeanServer mbeanServer = getMBeanServer(context);
testRunner = new JMXTestRunner(mbeanServer, loader);
testRunner.registerMBean();
// Register the BundleContextHolder
BundleContextHolder holder = new BundleContextHolder()
{
public BundleContext getBundleContext()
{
return context;
}