From efd24462a635b50a2dec7e4e1c1a165acb40d7b1 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Wed, 29 Oct 2014 10:54:19 +0000 Subject: [PATCH] Minor update git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@101127 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../portlets/user/td/gwtservice/server/TDGWTServiceImpl.java | 2 +- .../td/gwtservice/server/opexecution/OpExecution4CSVExport.java | 2 +- 2 files changed, 2 insertions(+), 2 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 470089c..58cd468 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 @@ -4336,7 +4336,7 @@ public class TDGWTServiceImpl extends RemoteServiceServlet implements "Security exception, you haven't rights!"); } catch (Throwable e) { e.printStackTrace(); - throw new TDGWTServiceException("Error in JSON Export: " + throw new TDGWTServiceException("Error in CSV Export: " + e.getLocalizedMessage()); } diff --git a/src/main/java/org/gcube/portlets/user/td/gwtservice/server/opexecution/OpExecution4CSVExport.java b/src/main/java/org/gcube/portlets/user/td/gwtservice/server/opexecution/OpExecution4CSVExport.java index 080bc45..47a0d2e 100644 --- a/src/main/java/org/gcube/portlets/user/td/gwtservice/server/opexecution/OpExecution4CSVExport.java +++ b/src/main/java/org/gcube/portlets/user/td/gwtservice/server/opexecution/OpExecution4CSVExport.java @@ -42,7 +42,7 @@ public class OpExecution4CSVExport extends OpExecutionBuilder { @Override public void buildOpEx() throws TDGWTServiceException { - logger.debug(csvExportSession.toString()); + logger.debug("CSV Export: "+csvExportSession); SessionUtil.setCSVExportEnd(session, false);