bundle1.start();
final Bundle bundle2 = installBundle("/integration_test_FELIX_4188_2.xml", "org.apache.felix.scr.integration.components", "simplecomponent2");
bundle2.start();
final ComponentConfigurationDTO aComp1 =
findComponentConfigurationByName( bundle1, "org.apache.felix.scr.integration.components.Felix4188Component-1", ComponentConfigurationDTO.SATISFIED);
final Object aInst1 = getServiceFromConfiguration(aComp1, Felix4188Component.class);
final ComponentConfigurationDTO aComp2 =
findComponentConfigurationByName( bundle2, "org.apache.felix.scr.integration.components.Felix4188Component-2", ComponentConfigurationDTO.SATISFIED);
final Object aInst2 = getServiceFromConfiguration(aComp2, Felix4188Component.class);
final CountDownLatch latch = new CountDownLatch(1);