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:
parent
a7107a39b9
commit
54deacfcc2
|
@ -27,6 +27,7 @@ public class TabularResourceTypeMap {
|
||||||
case STANDARD:
|
case STANDARD:
|
||||||
return TabResourceType.STANDARD;
|
return TabResourceType.STANDARD;
|
||||||
default:
|
default:
|
||||||
|
logger.error("Tabular Resource Type is unknown");
|
||||||
return TabResourceType.UNKNOWN;
|
return TabResourceType.UNKNOWN;
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -355,6 +355,7 @@ public class OperationMonitorCreator {
|
||||||
logger.error("Tabular Resource Null [id=" + trId.getId() + "]");
|
logger.error("Tabular Resource Null [id=" + trId.getId() + "]");
|
||||||
throw new TDGWTServiceException("Tabular Resource Null " + trId);
|
throw new TDGWTServiceException("Tabular Resource Null " + trId);
|
||||||
}
|
}
|
||||||
|
//logger.debug("Retrieve Tabular Resource Basic Data: "+tr);
|
||||||
|
|
||||||
Table table = service.getLastTable(tabularResourceId);
|
Table table = service.getLastTable(tabularResourceId);
|
||||||
if (table == null) {
|
if (table == null) {
|
||||||
|
|
Loading…
Reference in New Issue