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:
parent
69079f0f4c
commit
dc902ee586
|
@ -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);
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue