Thanks. That is the code I am working off of currently. When I run my stored
proc in sqldeveloper, it gives me back results. When I call it from my
webapp with ibatis, I get an empty list. I don't see errors in the logs.
[2009-04-21 08:56:14,428][DEBUG][com.ibatis.common.jdbc.SimpleDataSource] -
Checked out connection 21527026 from pool.
[2009-04-21 08:56:14,429][DEBUG][java.sql.Connection] - {conn-100011}
Connection
[2009-04-21 08:56:14,429][DEBUG][java.sql.Connection] - {conn-100011}
Preparing Call: { call FAVORITES.GET_RGLR_FOLDERS( ?,? ) }
[2009-04-21 08:56:14,440][DEBUG][java.sql.PreparedStatement] - {pstm-100012}
Executing Statement: { call FAVORITES.GET_RGLR_FOLDERS( ?,? ) }
[2009-04-21 08:56:14,440][DEBUG][java.sql.PreparedStatement] - {pstm-100012}
Parameters: [10293847]
[2009-04-21 08:56:14,440][DEBUG][java.sql.PreparedStatement] - {pstm-100012}
Types: [java.lang.String]
[2009-04-21 08:56:14,577][DEBUG][com.ibatis.common.jdbc.SimpleDataSource] -
Returned connection 21527026 to pool.
Nicholoz Koka Kiknadze wrote:
>
> http://opensource.atlassian.com/confluence/oss/display/IBATIS/Oracle+REF+CURSOR+Solutions
>
> On Tue, Apr 21, 2009 at 12:19 AM, sjpn <[email protected]> wrote:
>
> ...
>
--
View this message in context:
http://www.nabble.com/stored-procedure--%3E-resultClass-example--tp23148960p23155781.html
Sent from the iBATIS - User - Java mailing list archive at Nabble.com.