I am trying to implement a RowHandler to work with Bean that is mapped to a Oracle Ref Cursor. When I just call getSqlMapClientTemplate().update (I'm using Spring with iBATIS) it works correctly. However when I tried to call getSqlMapClientTemplate().queryWithRowHandler with my custom RowHandler the RowHandler handleRow method never is executed.
Is queryWithRowHandler even supported when mapping to Result Set from an Oracle Ref Cursor? Thanks, Jesse Reimann