Re: Help needed for Handling Oracle XMLType in Ibatis

2008-08-21 Thread bala r
sing procedures and type >>>> handlers together with Oracle. There is a suggested workaround in this bug >>>> report that requires a simple modification to iBATIS code, and to the type >>>> handler. >>>> >>>> Jeff Butler >>>> &

Re: Help needed for Handling Oracle XMLType in Ibatis

2008-08-21 Thread bala r
or this XMLType issue? I will have to solve >>>> this issue by end of today. >>>> Any helps would be very highly appreciated. >>>> >>>> Thanks >>>> Bala. >>>> >>>> >>>> -- Forwarded message

Re: Help needed for Handling Oracle XMLType in Ibatis

2008-08-20 Thread bala r
type >>> handler. >>> >>> Jeff Butler >>> >>> On Wed, Aug 20, 2008 at 10:28 AM, bala r <[EMAIL PROTECTED]> wrote: >>> >>>> Hi All, >>>> Any solution or suggestions for this XMLType issue? I will have to solve >&g

Re: Help needed for Handling Oracle XMLType in Ibatis

2008-08-20 Thread Jeff Butler
ould be very highly appreciated. >>> >>> Thanks >>> Bala. >>> >>> >>> -- Forwarded message -- >>> From: bala r <[EMAIL PROTECTED]> >>> Date: Wed, Aug 20, 2008 at 10:06 AM >>> Subject: Hel

Re: Help needed for Handling Oracle XMLType in Ibatis

2008-08-20 Thread bala r
e very highly appreciated. >> >> Thanks >> Bala. >> >> >> -- Forwarded message -- >> From: bala r <[EMAIL PROTECTED]> >> Date: Wed, Aug 20, 2008 at 10:06 AM >> Subject: Help needed for Handling Oracle XMLType in Ibatis >>

Re: Help needed for Handling Oracle XMLType in Ibatis

2008-08-20 Thread bala r
ded message -- >> From: bala r <[EMAIL PROTECTED]> >> Date: Wed, Aug 20, 2008 at 10:06 AM >> Subject: Help needed for Handling Oracle XMLType in Ibatis >> To: [email protected] >> >> >> Hi, >> >> I have to

Re: Help needed for Handling Oracle XMLType in Ibatis

2008-08-20 Thread Jeff Butler
> > Thanks > Bala. > > > -- Forwarded message -- > From: bala r <[EMAIL PROTECTED]> > Date: Wed, Aug 20, 2008 at 10:06 AM > Subject: Help needed for Handling Oracle XMLType in Ibatis > To: [email protected] > > > Hi, > > I

Fwd: Help needed for Handling Oracle XMLType in Ibatis

2008-08-20 Thread bala r
needed for Handling Oracle XMLType in Ibatis To: [email protected] Hi, I have to insert/update XMLtype datatype using Ibatis, My insert/update statement are in storedprocedure 1. I added the following entry in the sqlMapConfig file 2.My SQLmap Re

Help needed for Handling Oracle XMLType in Ibatis

2008-08-20 Thread bala r
Hi, I have to insert/update XMLtype datatype using Ibatis, My insert/update statement are in storedprocedure 1. I added the following entry in the sqlMapConfig file 2.My SQLmap Resource {call product.load (?,?,?,?,?,?)} 3. Sto