Added log information on task

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@85035 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2013-11-05 17:19:30 +00:00
parent 69079f0f4c
commit dc902ee586
1 changed files with 2 additions and 1 deletions

View File

@ -497,7 +497,7 @@ public class TDGWTServiceImpl extends RemoteServiceServlet implements
.createOperationInvocation(parameterInstances);
Task trTask = oService.execute(invocation, serviceTR.getId());
Log.info("Start Task on service: TaskId "+trTask.getId());
SessionUtil.setSDMXImportTask(session, trTask);
return;
} catch (Exception e) {
@ -872,6 +872,7 @@ public class TDGWTServiceImpl extends RemoteServiceServlet implements
+ e.getLocalizedMessage());
}
Log.info("Start Task on service: TaskId "+trTask.getId());
SessionUtil.setCSVImportFileTask(session, trTask);
}