bundleContext2.getService( reference2 );
findComponentConfigurationByName(pid, ComponentConfigurationDTO.ACTIVE);
TestCase.assertNotNull( SimpleComponent.INSTANCE );
// unget the service once -- must still be active !
bundleContext2.ungetService( reference2 );
findComponentConfigurationByName(pid, ComponentConfigurationDTO.ACTIVE);
TestCase.assertNotNull( SimpleComponent.INSTANCE );
// unget the service second time -- must be registered and null now
bundleContext.ungetService( reference1 );