/**
* Ensures scope events are propagated in an composite scope
*/
public void testCompositeScopePropagation() throws Exception {
EventContext ctx = new EventContextImpl();
CompositeContext moduleComponentCtx = new CompositeContextImpl();
moduleComponentCtx.setName("testMC");
moduleComponentCtx.start();
CompositeScopeContext scopeContainer = new CompositeScopeContext(ctx);
scopeContainer.registerFactory(MockFactory.createCompositeConfiguration("CompositeComponent"));