This commit is contained in:
Gianpaolo Coro 2015-04-10 15:32:35 +00:00
parent 91ecede4f2
commit cceaa1532c
1 changed files with 1 additions and 0 deletions

View File

@ -166,6 +166,7 @@ public class DatabaseFactory{
ss.getTransaction().commit();
}catch(Exception e){
System.out.println("Could not execute query "+e.getMessage());
e.printStackTrace();
rollback(ss);
}