CompositeType ctAV03 = (CompositeType) waitForImplByName(null,
"AVEntertainment-03");
Composite instAV02 = (Composite) ctAV03.createInstance(null, null);
CompositeType ctDC00 = (CompositeType) waitForImplByName(null,
"HomeDigitalContent-00");
Composite instDC00 = (Composite) ctDC00.createInstance(null, null);
Implementation tablet = waitForImplByName(null, "SmartTabletDevice");
Assert.assertNotNull(
"SmartTabletDevice implementation should not be null", tablet);
tablet.createInstance(null, null);