RE: Problem with stored procedure and resultMap or resultClass?

2005-06-03 Thread Niels Beekman
Maybe because you are putting a '@casefileId' in your parameterName? Try using 'casefileId'. Hope this helps, Niels From: Ravi Sundaar [mailto:[EMAIL PROTECTED] Sent: vrijdag 3 juni 2005 12:44 To: ibatis-user-java@incubator.apache.org Cc: [EMAIL

RE: Problem with stored procedure and resultMap or resultClass?

2005-06-03 Thread Ravi Sundaar
Actually, I did use "casefileId" and not "@casefileId" - using "@casefileId" was one of my desperate attempts after trying so many different things. The result is the same, nevertheless... Thanks for the suggestion anyway. Any other thoughts? Ravi.From: "Niels Beekman" [EMAIL PROTECTED]Reply-To:

RE: Problem with stored procedure and resultMap or resultClass?

2005-06-03 Thread Ravi Sundaar
My question is fairly simple: How can I use ibatis to get result sets from a stored procedure that has no "OUT" or "INOUT" parameters? The stored procedures that I need to invoke take one or more "IN" parameters and generate one or more result sets. They don't have any declared "OUT" or "INOUT"