Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@96230 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-05-28 17:59:03 +00:00
parent f9a0cf6659
commit af3f870b75
1 changed files with 1 additions and 12 deletions

View File

@ -7141,18 +7141,7 @@ public class TDGWTServiceImpl extends RemoteServiceServlet implements
"Error in extract codelist, TabResource is null");
}
TRId trId = SessionUtil.getTRId(session);
if (trId == null) {
throw new TDGWTServiceException(
"Error no tabular resource in session");
}
if (trId.getTableId() == null) {
throw new TDGWTServiceException("Error no table present in session");
}
extractCodelistSession.setTrId(trId);
OperationExecution invocation = retrieveOperationExecution(service,
extractCodelistSession);
if (invocation == null) {