383940414243444546
@Override public void start(BundleContext context) throws Exception { bc = context; this.factory = new ModelFactoryImpl(); this.registration = bc.registerService(ModelFactory.class.getName(), this.factory, new Hashtable<String, Object>()); }