private final ResponderLoadDAO responderLoadDAO;
public LoadLevelServiceImpl()
throws ConfigurationException
{
GlobalConfiguration config = GlobalConfiguration.loadDefaultConfig();
config.configureAll();
runtime = config.getRuntime();
responderLoadDAO = runtime.getResponderLoadDao();
}