Hi,
we use iBatis in the data access layer of our application and declarative transaction management.
It seems that the transaction timeout parameter is not supported for iBatis.
At least DataSourceUtils.applyTransactionTimeout is not called within the iBatis support classes as far as I have seen (Springframework version 1.2.3).
Is this correct?


Reply With Quote