Hi All I am trying to integrate IBatis.Net with one of our legacy applications. Now, the problem is that I need to do it one domain object at a time. So, for that I need to integrate our current transaction management system with IBatis.
I tried using a custom DaoSessionHandler. However, it's still using the datasource as defined in Dao.config. Could someone highlight as to what all IBatis classes/interfaces I need override/implement in order to make IBatis use my custom transaction, session, command, datasource etc. Really looking forward to you guys for some help. Thanks, Gul

