Hi, I am using Spring and iBatis. I am trying to make an object transactional by marking the object @transactional using annotational transaction management of Spring. But on doing this no rollback seems to happen if the object throws an exception. And also from logs I find that each SQL statement in iBatis is getting committed as its executed. As a result, no rollback happens when there is any exception. Any help on this will be great.
Thanks, Bharathi This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the email by you is prohibited.
