Re: Spring, Ibatis & Oracle 10G

2008-10-06 Thread Vadim
gt; > Thanks. > > > > > > Vadim > <[EMAIL PROTECTED] > com> To > user-java@ibatis.apache.org > 03/10/2008 16:47

Re: Spring, Ibatis & Oracle 10G

2008-10-06 Thread lucy . x . cameron
03/10/2008 16:47 cc Subject Please respond to Re: Spring, Ibatis & Oracle 10G

Re: Spring, Ibatis & Oracle 10G

2008-10-03 Thread Vadim
You are querying for list - Ibatis tries to map resultset obtained after the call, which is absent, so you get no data. You should use sqlMapTemplate().update("procedure", params) and check for the out parameter in the 'params', under the key specified in the sqlmap.xml parameterMap (aParameterMap

Spring, Ibatis & Oracle 10G

2008-10-03 Thread lucy . x . cameron
Hi, I'm using spring & ibatis sql maps to call an Oracle (10G) stored procedure. I can successfully call the stored proc from sql plus however when I use my code I get no data returned and no error thrown. The stored procedure takes in 7 parameters - 6 input and 1 output, the output being a of