git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/vre-management/VREModeler@7337 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
a93a1414a6
commit
b5d49203a1
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue