*/
@Test
public void testPropertyNameMatched() {
initDomain("component_property_3.composite");
ServiceC service = ServiceFinder.getService(ServiceC.class , "CComponent/ServiceC") ;
Assert.assertEquals("I am a string" , service.getStrProperty()) ;
cleanupDomain();
}