public void start(BundleContext bc) throws Exception {
System.out.println( "registering api services" );
this.serviceRegistry = bc.registerService( ServiceRegistry.class.getName(),
new ServiceRegistryImpl(),
new Hashtable() );
this.registryTracker = new ServiceTracker( bc,
Service.class.getName(),
new DroolsServiceTracker( bc,