[jira] Commented: (IBATIS-153) NullPointer exception during call of oracle stored procedure with REF CURSOR as output parameter

2005-06-28 Thread ppz4j (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-153?page=comments#action_12314604 ] ppz4j commented on IBATIS-153: -- I'm using executeQueryForList because i want ibatis to get the resultset and convert each row in a java bean as defined in the follow xml file :

Re: [jira] Commented: (IBATIS-153) NullPointer exception during call of oracle stored procedure with REF CURSOR as output parameter

2005-06-28 Thread Clinton Begin
You currently can't map ref cursors with result maps. You have to use a custom type handler. So queryForList won't work. Sorry for the trouble, but Oracle ref cursors are somewhat of a backward paradigm, and are therefore hard to map. Cheers, Clinton On 6/28/05, ppz4j (JIRA)