Could you paste parameterMap definition ?
2009/5/4 Bhaarat Sharma :
> I am trying to mold my code so it works with oracle stored procedures. The
> SP will return multiple resultsets (cursors) and will also take in a
> parameter.
> I was looking at the following example on the wiki.
> http://opens
As far as I know, U cant do multiple cursor returns with Ibatis. I remember
having tried it way before and was unsuccessful. Am not sure if the later
versions have them.
-Sundar
On Mon, May 4, 2009 at 12:33 PM, Bhaarat Sharma wrote:
> I am trying to mold my code so it works with oracle stored p
I am trying to mold my code so it works with oracle stored procedures. The
SP will return multiple resultsets (cursors) and will also take in a
parameter.
I was looking at the following example on the wiki.
http://opensource.atlassian.com/confluence/oss/pages/viewpage.action?pageId=5653
I have tw