From 57f0a7c56b387b16c91261be6800c213d31b5c20 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Fri, 12 Sep 2014 13:03:00 +0000 Subject: [PATCH] Minor Update git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@99781 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../user/td/gwtservice/server/TDGWTServiceImpl.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 6b8be67..98513ba 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 @@ -3880,10 +3880,10 @@ public class TDGWTServiceImpl extends RemoteServiceServlet implements OpExecutionDirector director = new OpExecutionDirector(); director.setOperationExecutionBuilder(opEx); director.constructOperationExecution(); - ArrayList invocations = director - .getListOperationExecution(); + OperationExecution invocation = director + .getOperationExecution(); - if (invocations == null) { + if (invocation == null) { throw new TDGWTServiceException( "Error in invocation: Operation not supported"); } @@ -3891,8 +3891,8 @@ public class TDGWTServiceImpl extends RemoteServiceServlet implements .getId()); TabularResourceId serviceTR = new TabularResourceId(id); - logger.debug("OperationInvocation: \n" + invocations.toString()); - Task trTask = service.executeBatch(invocations, serviceTR); + logger.debug("OperationInvocation: \n" + invocation.toString()); + Task trTask = service.execute(invocation, serviceTR); logger.debug("Filter Column on service: TaskId " + trTask.getId()); TaskWrapper taskWrapper = new TaskWrapper(trTask,