I try to use savepoint in hibernate 3 as following :
hibernateConection.setAutocommit(false);
Savepoint savepoint = hibernateConection.setSavepoint();
.
.
.
But I give a exception than I can’t catch it.
Can anybody help me to give me a solution for this.