SystemInstance.get().setComponent(Assembler.class, assembler);
AnnotationDeployer annotationDeployer = new AnnotationDeployer();
ConfigurationFactory config = new ConfigurationFactory();
assembler.createProxyFactory(config.configureService(ProxyFactoryInfo.class));
assembler.createTransactionManager(config.configureService(TransactionServiceInfo.class));
assembler.createSecurityService(config.configureService(SecurityServiceInfo.class));
webModule = annotationDeployer.deploy(webModule);
EjbJar ejbJar = new EjbJar("ejb");