Turn on debug for java.sql.Connection and make sure all the parameters are being passed correctly.
On Dec 20, 2007 12:32 PM, KWeisser <[EMAIL PROTECTED]> wrote: > > I'm currently running a Web project in RSA 7.0 using Ibatis. > > When I start my local server, I'm able to successfully retrieve a set of > data using several strored procedures. If I click the back button in the > browser, and then try to re-retrieve that same exact data I get an error. > > The error tells me that: > The error occurred in storedProcedureMapping/CMSP3023.xml > The error occurred while applying the parameter map. > Check the the GetOffense.params > Check the results (failed to the retrieve results). > > This is an exceptionally odd situation, because it works with no issues > the > first time through. Then if I try to run the exact same set of code with > the same inputs I'm getting this error. I've also verified that I can run > the procedure many times from the command line in DB2. > > Any ideas why this would be happening? > > Regards, > > Kevin Weisser > -- > View this message in context: > http://www.nabble.com/Stored-Procedure-Problem-tp14441018p14441018.html > Sent from the iBATIS - User - Java mailing list archive at Nabble.com. > >
