This commit is contained in:
Lucio Lelii 2008-12-02 17:24:24 +00:00
parent 5c363f807c
commit 75bc501aba
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ public class ModelerService {
"ON COLLECTION.id = MDCOLLECTION.relatedcollectionid) as MDC where COLLMDF.mdcollid= MDC.mdid "+preparedWhere+";");
}catch(Exception e) {
e.getStackTrace();
e.printStackTrace();
logger.error("ModelService: getMEtadataRelatedToCollection Error "+e.getMessage());
throw new GCUBEFault(e);
}