refs 6548: TDM - Migrate TabMan to new PortalContext

Task-Url: https://support.d4science.org/issues/6548

Updated to new PortalContext

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/admin/accounting-manager@141936 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2017-01-31 09:47:54 +00:00
parent 53c1dce591
commit b13172c8cf
3 changed files with 1 additions and 11 deletions

View File

@ -229,14 +229,6 @@
<scope>provided</scope>
</dependency>
<!-- GCube Widgets -->
<dependency>
<groupId>org.gcube.portlets.user</groupId>
<artifactId>gcube-widgets</artifactId>
<scope>compile</scope>
</dependency>
<!-- Social -->
<dependency>
<groupId>org.gcube.portal</groupId>

View File

@ -176,7 +176,6 @@ public class AccountingManagerServiceImpl extends RemoteServiceServlet
e.printStackTrace();
throw e;
} catch (Throwable e) {
e.printStackTrace();
logger.error("getSeries(): " + e.getLocalizedMessage(), e);
throw new ServiceException(e.getLocalizedMessage());
}

View File

@ -99,8 +99,7 @@ public class AccountingCaller implements AccountingCallerInterface {
}
} catch (Throwable e) {
logger.error("Error in GetSeries(): " + e.getLocalizedMessage());
e.printStackTrace();
logger.error("Error in GetSeries(): " + e.getLocalizedMessage(),e);
throw new ServiceException("No data available!");
}