This commit is contained in:
Lucio Lelii 2008-12-04 09:23:43 +00:00
parent 6d17dca93b
commit b8fe28570d
1 changed files with 3 additions and 1 deletions

View File

@ -338,8 +338,10 @@ public class ModelerService {
DBInterface.InsertInto("VRERELATEDMETADATAFORMAT", values);
}catch(Exception e){
throw new GCUBEFault(e);
logger.error("setMetadataRelateToCollectio failed ");
e.printStackTrace();
throw new GCUBEFault(e);
}
}