Hello, I posted this issue (https://issues.apache.org/jira/browse/IBATISNET-275) on Jira a few hours ago. I have a patch but I would like to discuss it a bit.
I'm not sure I explained it very well, but the problem occurs when I have a Dao from a Context which, inside a proxied method, uses a Dao from another Context (i.e. different connection string). In this case the second Dao obtains the connections string of the first.

