*/
@Test
@Ignore("Not implemented in SCA 1.x codebase.")
public void testWiredByImpl() {
initDomain("reference_wiredbyimpl.composite");
MyClientA service = ServiceFinder.getService(MyClientA.class, "ClientComponent/MyClientA");
Assert.assertEquals("MyService:::MyService" , service.callOtherServices()) ;
cleanupDomain();
}