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:
parent
f9a0cf6659
commit
af3f870b75
|
@ -7141,18 +7141,7 @@ public class TDGWTServiceImpl extends RemoteServiceServlet implements
|
||||||
"Error in extract codelist, TabResource is null");
|
"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,
|
OperationExecution invocation = retrieveOperationExecution(service,
|
||||||
extractCodelistSession);
|
extractCodelistSession);
|
||||||
if (invocation == null) {
|
if (invocation == null) {
|
||||||
|
|
Loading…
Reference in New Issue