Hi Again,
} catch (HibernateException e) {
// Ensure the original cause will get printed.
throw new HibernateException("Failed to commit or rollback transaction.
Root cause ["
+ getExceptionMessage(e) + "]", e);
This also sounds bit wrong, why do we generate HibernateExceptions?
- Asiri