Properties props = new Properties();
props.put(Constants.SERVICE_PID, PID);
this.configServiceReg = this.context.registerService(ManagedService.class.getName(), new JettyManagedService(this), props);
this.eventAdmintTracker = new ServiceTracker(this.context, EventAdmin.class.getName(), this);
this.eventAdmintTracker.open();
this.bundleTracker = new BundleTracker(this.context, Bundle.ACTIVE | Bundle.STARTING, this);
this.bundleTracker.open();
}