Fixed ExtractCodelist TR id

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@96304 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-05-29 15:57:01 +00:00
parent 81ffcc9be5
commit 2513cc3cce
2 changed files with 2 additions and 2 deletions

View File

@ -7158,7 +7158,7 @@ public class TDGWTServiceImpl extends RemoteServiceServlet implements
throw new TDGWTServiceException(
"Error in invocation: Operation not supported");
}
Long id= Long.valueOf(extractCodelistSession.getTrId().getTableId());
Long id= Long.valueOf(extractCodelistSession.getTrId().getId());
TabularResourceId serviceTR = new TabularResourceId(id);
logger.debug("OperationInvocation: \n" + invocation.toString());

View File

@ -108,7 +108,7 @@ public class ExtractCodelistOperationMap {
}
}
logger.debug(composit.toString());
logger.debug("ExtractCodelist Operation Map: "+composit.toString());
return composit;
}
}