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
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?
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
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
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