Hi, there. I'm trying iBatis 2.3.2 with Spring 2.5.5. Spring is complaining it can not find method com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient.getMappedStatement This method was present in iBatis 2.3.0. Is there a workaround I can take to make it work? I need to test this cause it seems proxies coming from iBatis are now serializable, so I can replicate sessions amont tomcat instances.
Cheers
