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
This commit is contained in:
Giancarlo Panichi 2017-04-28 10:24:47 +00:00
parent 4360d8ff67
commit 88407540af
1 changed files with 2 additions and 0 deletions

View File

@ -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);