RE: iBatis-362 - Caching broken for stored procs

2008-04-22 Thread Jason Bennett
sults from a proc of course, just not the OUT params... Clinton On Thu, Apr 17, 2008 at 1:32 PM, Jason Bennett <[EMAIL PROTECTED]> wrote: I ran across this bug today, and was surprised that there hasn't been any discussion. As far as I can tell, iBatis caching does not work for stored p

iBatis-362 - Caching broken for stored procs

2008-04-17 Thread Jason Bennett
I ran across this bug today, and was surprised that there hasn't been any discussion. As far as I can tell, iBatis caching does not work for stored procedure return values - you always get a null (or empty) value out of the cache. Has anyone else experienced this (or not), and found a workaround?

RE: Re: Question about queryForList and Oracle ref cursors

2008-03-10 Thread Jason Bennett
lped. -S On Mon, Mar 10, 2008 at 6:13 PM, Jason Bennett <[EMAIL PROTECTED]> wrote: One problem I had in this scenario is when I pass parameters to the function, and expect a cursor back. I had to map the returning parameter, since I had mapped all the in parameters. This prevented me from u

RE: Re: Question about queryForList and Oracle ref cursors

2008-03-10 Thread Jason Bennett
One problem I had in this scenario is when I pass parameters to the function, and expect a cursor back. I had to map the returning parameter, since I had mapped all the in parameters. This prevented me from using queryForList() as I wanted to. Am I doing anything wrong, or does passing parameters t

Mapping EnumsSets and EnumMaps

2008-02-21 Thread Jason Bennett
I have an unfortunately complicated data structure that I'm trying to map through iBatis, but alas I'm not making a lot of progress. I have an object that I'm running validation upon. Each field needs to be validated for one of several possible problems. The result of this validation is a collect