ComponentDefinition<SystemCompositeImplementation> definition =
new ComponentDefinition<SystemCompositeImplementation>(
ComponentNames.TUSCANY_SYSTEM, moduleImplementation);
// deploy the component into the runtime under the system parent
composite = (CompositeComponent) bootDeployer.deploy(parent, definition);
// start the system
composite.start();
deployer = (Deployer) composite.getSystemChild("deployer").getServiceInstance();