Added cache for FilterValues

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/admin/accounting-manager@142675 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2017-02-17 11:30:44 +00:00
parent 5903aa2d4c
commit 62c36f80b6
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ public class AccountingManagerServiceImpl extends RemoteServiceServlet
return taskWrapper.getSeriesResponse();
case ERROR:
taskWrapperMap.remove(operationId);
String errorMsg = "OperationMonitor, Error in Task: "
String errorMsg = ""
+ taskWrapper.getErrorMessage();
logger.error(errorMsg);
throw new ServiceException(errorMsg);