This commit is contained in:
Lucio Lelii 2008-12-01 16:06:16 +00:00
parent a93a1414a6
commit b5d49203a1
1 changed files with 3 additions and 1 deletions

View File

@ -197,7 +197,9 @@ public class ModelerService {
relatedCollection.add(resRelated.getString(1));
}
}catch(Exception e) {//logger.error("VDL Model: error on DB");
}catch(Exception e) {
logger.error("VDL Model: error on DB");
e.printStackTrace();
throw new GCUBEFault(e);}
String toReturn= XMLUtil.PrepareCollectionXML(res, relatedCollection);