From 88407540af958aaa3d6f0c2650b9586268fb4b22 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Fri, 28 Apr 2017 10:24:47 +0000 Subject: [PATCH] Fixed operation invocation call git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@147238 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../portlets/user/td/gwtservice/server/TDGWTServiceImpl.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/java/org/gcube/portlets/user/td/gwtservice/server/TDGWTServiceImpl.java b/src/main/java/org/gcube/portlets/user/td/gwtservice/server/TDGWTServiceImpl.java index 89f9e6f..0838a78 100644 --- a/src/main/java/org/gcube/portlets/user/td/gwtservice/server/TDGWTServiceImpl.java +++ b/src/main/java/org/gcube/portlets/user/td/gwtservice/server/TDGWTServiceImpl.java @@ -9267,6 +9267,8 @@ public class TDGWTServiceImpl extends RemoteServiceServlet implements throws TDGWTServiceException { HttpServletRequest httpRequest = null; try { + logger.info("StartDataMinerOperation"); + logger.debug("StartDataMinerOperation: "+dataMinerOperationSession); httpRequest = this.getThreadLocalRequest(); ServiceCredentials serviceCredentials = SessionUtil .getServiceCredentials(httpRequest);