LoadTransitionProcessor loadTransitionProcessor = new LoadTransitionProcessor();
SpringModuleRuntime moduleRuntime = new SpringModuleRuntime();
moduleRuntime.setApplicationContextLoader(contextLoader);
moduleRuntime.setClassLoaderFactory(classLoaderFactory);
ModuleRuntime springModuleRuntime = moduleRuntime;
Map<String, ModuleRuntime> moduleRuntimes = Collections.singletonMap("spring", springModuleRuntime);
DefaultModuleRuntimeManager manager = new DefaultModuleRuntimeManager();
manager.setModuleRuntimes(moduleRuntimes);
loadTransitionProcessor.setModuleRuntimeManager(manager);