This commit is contained in:
Lucio Lelii 2008-12-02 15:16:55 +00:00
parent 54e9cf221e
commit 3f393aa470
1 changed files with 3 additions and 1 deletions

View File

@ -288,7 +288,9 @@ public class ModelerService {
"as COLLMDF,(select COLLECTION.id as collid, COLLECTION.name as collname, COLLECTION.description as colldesc, MDCOLLECTION.id as mdid from COLLECTION INNER JOIN MDCOLLECTION " +
"ON COLLECTION.id = MDCOLLECTION.relatedcollectionid) as MDC where COLLMDF.mdcollid= MDC.mdid "+preparedWhere+";");
}catch(Exception e) {//logger.error("ModelService: "+e.getMessage());
}catch(Exception e) {
e.getStackTrace();
logger.error("ModelService: getMEtadataRelatedToCollection Error "+e.getMessage());
throw new GCUBEFault(e);
}