}
SystemEntryPointContextFactory contextFactory = new SystemEntryPointContextFactory(entryPoint.getName(),
targetName, serviceInterface);
entryPoint.setContextFactory(contextFactory);
} catch (FactoryInitException e) {
e.addContextName(entryPoint.getName());
throw e;
}
}
}