@Test
public void test_activate_service_factory_register_service() throws Exception
{
final String componentname = "ActivatorComponent.activate.service.factory.with.bind";
ComponentConfigurationDTO cc = getDisabledConfigurationAndEnable(componentname, ComponentConfigurationDTO.SATISFIED);
getServiceFromConfiguration(cc, ActivatorComponent.class);
findComponentConfigurationByName(componentname, ComponentConfigurationDTO.ACTIVE);