*/
public void start(BundleContext context) throws Exception {
super.start(context);
plugin = this;
Bundle bundle = context.getBundle();
OpenEjbApplication application = new OpenEjbApplication(bundle);
context.registerService(OpenEjbApplication.class.getName(), application, null);
}