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:
parent
4360d8ff67
commit
88407540af
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue