Hi,
I am having hibernate application with struts + mysql and using simple JDBC DAO pattern for db connection and transaction.
But application can not be able to make rollback of the transaction ,if exception occurs (in short) there is not any effect of rollback with my database.
While the same configuration works well with the generator class="increment" or anything.
Is it the real problem with identity generator class and transaction ?
Can anybody flash light on this issue ?
Thanks,in advs
br,
jignesh
|