Gianpaolo Coro 2015-09-29 12:58:19 +00:00
parent 44e3580ab3
commit 14898ace01
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ public class DynamicWPSTransducerer implements DynamicTransducer {
AnalysisLogger.setLogger(config.getConfigPath() + AlgorithmConfiguration.defaultLoggerFile);
// wps.add("http://wps01.i-marine.d4science.org/wps/WebProcessingService");
// AnalysisLogger.getLogger().debug("WPS: searching for wps servers in the scope: " + config.getGcubeScope());
wps = org.gcube.dataanalysis.executor.util.IfraRetrieval.retrieveAddresses("WPS", config.getGcubeScope(), "StatisticalManager");
wps = org.gcube.dataanalysis.executor.util.InfraRetrieval.retrieveAddresses("WPS", config.getGcubeScope(), "StatisticalManager");
if (wps != null && wps.size() > 0) {
AnalysisLogger.getLogger().debug("WPS: found " + wps.size() + " wps instances");
} else{