Re: Ibatis : multiple insert

2008-09-12 Thread averm
I am having a similar situation. did u happen to find a way to get this working. lali m wrote: > > hi, > > I have to do multiple insert in same time and for the moment I not found > how > do it. > exemple : for one student I have to do insert all books > > Student student { > Sring name > .

XMLTypeHandlerCallback issue with using DBCP datasource in websphere.

2008-09-12 Thread bala r
Hi All, I got some weird issue. I am using Ibatis XMLtypeHandlerCallback to store XML type data into oracle Database. Datasource i am using DBCP datasource and configured in Spring Context file. When i run my application in RAD, the setter.getPreparedStatement() in XMLtypeHandlerCallback ::setPa

Re: IBATI - PROCEDURE - RESULT SET - OUT PARAM

2008-09-12 Thread Sundar Sankar
Please read the Ibatis documentation and you will find similar examples there. On Fri, Sep 12, 2008 at 6:33 AM, my screen1 <[EMAIL PROTECTED]>wrote: > > Hi, > > I am calling a procedure from ibatis layer, where the procedure returns a > result set ( as normal select ) and an output parameter. > >

Re: New iBATIS build on Maven central repository.

2008-09-12 Thread Brandon Goodin
you are welcome Brandon On Fri, Sep 12, 2008 at 8:28 AM, Zhubin Salehi <[EMAIL PROTECTED]> wrote: > > Thanks whoever updated Maven repo! > > > Zhubin Salehi wrote: > > > > I was wondering if the new build are going to be available on Maven > > central repository EVER! Any news? > > > > -- > View

IBATI - PROCEDURE - RESULT SET - OUT PARAM

2008-09-12 Thread my screen1
Hi, I am calling a procedure from ibatis layer, where the procedure returns a result set ( as normal select ) and an output parameter. My procedure will be as below: procedure test(count integer out) { select name,no from employee; set count=select count(*) from employee; } Cou

Re: New iBATIS build on Maven central repository.

2008-09-12 Thread Zhubin Salehi
Thanks whoever updated Maven repo! Zhubin Salehi wrote: > > I was wondering if the new build are going to be available on Maven > central repository EVER! Any news? > -- View this message in context: http://www.nabble.com/New-iBATIS-build-on-Maven-central-repository.-tp18964458p19455804.htm