Larry, I previously added my setup to the "3rd Party Contributions" Wiki page:
http://wiki.apache.org/ibatis/3rd_20Party_20Contributions I'm doing things slightly differently now so I'll update my entry when I get the chance. I've got a vested interest in having this work so I'd be happy to help (including code/patches). Are there specific tasks you had in mind? On Sat, 8 Jan 2005 07:01:35 -0700, Larry Meadors <[EMAIL PROTECTED]> wrote: > Yes, this is possible. > > At this point, the components to do it are still a bit fluid. > > I have a need to do this, too, so am trying to document how it all works. > > If you are interested in helping, there are a couple of threads that > may be of interest to you: > > http://www.mail-archive.com/[email protected]/msg00411.html > > http://www.mail-archive.com/[email protected]/msg00269.html > > They are related to using oracle ref cursors with iBATIS. It looks > like a couple of guys have gotten it working, and so it looks doable. > > Take a look, and see what you think of them. > > Also, if you (or anyone else) has time to help out with making this a > more stable and documented pattern, it would be *greatly* appreciated. > > Anyone interested in helping with this can add to the wiki at: > > http://wiki.apache.org/ibatis/Database_20Specific_20Information > > Larry > > On Fri, 07 Jan 2005 17:28:11 -0300, Hernan BOYKIER > <[EMAIL PROTECTED]> wrote: > > I'm trying to migrate from a legacy framework to iBatis. > > The problem that I have is that all my business logic is written in Oracle > > Stored Procedures. > > They return a lot of parameters as Ref Cursors and with User Types. > > Is it possible to handle this procedures with iBatis SQL Maps? > > > > Thanks, Hernan -- Kris Schneider <mailto:[EMAIL PROTECTED]>

