System.out.println("[Deployer] bundle location: " + location);
try {
File file = new File(new URL(location).getFile());
try {
DeploymentLoader deploymentLoader = new DeploymentLoader();
AppModule appModule = deploymentLoader.load(file);
ConfigurationFactory configurationFactory = new ConfigurationFactory();
AppInfo appInfo = configurationFactory.configureApplication(appModule);
Assembler assembler = (Assembler) SystemInstance.get().getComponent(Assembler.class);