Hi
I am loading loading ibatis config xml using spring sqlmap client.
Also configured my beans dao/dto in the spring xml.
From my service layer I am getting the objects from spring container and doing some database operations . Any exception I need to rollback the data.
How do that ? Any suggestins?
I tried googl and not clear what to do.
thanks
bala


Reply With Quote