Minor update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@101211 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-10-30 11:30:34 +00:00
parent a7107a39b9
commit 54deacfcc2
2 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@ public class TabularResourceTypeMap {
case STANDARD:
return TabResourceType.STANDARD;
default:
logger.error("Tabular Resource Type is unknown");
return TabResourceType.UNKNOWN;

View File

@ -355,6 +355,7 @@ public class OperationMonitorCreator {
logger.error("Tabular Resource Null [id=" + trId.getId() + "]");
throw new TDGWTServiceException("Tabular Resource Null " + trId);
}
//logger.debug("Retrieve Tabular Resource Basic Data: "+tr);
Table table = service.getLastTable(tabularResourceId);
if (table == null) {