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

2005-06-18 Thread Sven Boden (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-153?page=comments#action_12313968 ] Sven Boden commented on IBATIS-153: --- Not 100% sure, but it could be this the same poblem as IBATIS-152. Can you supply the full stack-trace (including MDC). Regards, Sven

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

2005-06-20 Thread ppz4j (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-153?page=comments#action_12314128 ] ppz4j commented on IBATIS-153: -- Sorry, but what MDC means ? Follow the exception's full stack-trace: com.ibatis.common.jdbc.exception.NestedSQLException: --- The error occ

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

2005-06-21 Thread Sven Boden (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-153?page=comments#action_12314141 ] Sven Boden commented on IBATIS-153: --- Got it... can you have a look at the examples in IBATIS-53 showing the use of ref cursors. And if you do it that way it should work, ho

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

2005-06-24 Thread Clinton Begin (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-153?page=comments#action_12314477 ] Clinton Begin commented on IBATIS-153: -- This looks like another case of a null result set. If you're just returning a REF CURSOR as an output parameter, use SqlMapClie

[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)