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
This commit is contained in:
parent
672dc9e84e
commit
efd24462a6
|
@ -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());
|
||||
}
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue