}
public static ModuleComponent bootstrapLoader(String name, AssemblyContext context) throws ConfigurationLoadException {
SystemAssemblyFactory factory = new SystemAssemblyFactoryImpl();
ComponentTypeIntrospector introspector = ProcessorUtils.createCoreIntrospector(factory);
Module module = factory.createModule();
module.setName("org.apache.tuscany.core.system.loader");
List<Component> components = module.getComponents();
// bootstrap the minimal set of loaders needed to read the system module files