public void start(final BundleContext context) throws Exception {
LOGGER.info("Starting OpenEJB for bundle #{0}", context.getBundle().getBundleId());
Thread.currentThread().setContextClassLoader(getClass().getClassLoader());
openejb = new OpenEJBInstance();
OpenEJBBundleContextHolder.set(context);
final Properties env = new Properties();
// env.setProperty("openejb.embedded", "true");
// default, but to remember that the setting exists