I have a Batch Program which read from different tables and Insert/update to 5 tables as per the business logic. I am using Spring JDBC for that. I want my whole trasaction should be rollback if some error happen in between but my batch program is not rolling back the previous transaction.
Please help....
Thanks


Reply With Quote