Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 74068 invoked from network); 16 Feb 2006 23:20:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Feb 2006 23:20:57 -0000 Received: (qmail 8203 invoked by uid 500); 16 Feb 2006 23:20:54 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 8163 invoked by uid 500); 16 Feb 2006 23:20:53 -0000 Mailing-List: contact user-java-help@ibatis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user-java@ibatis.apache.org Delivered-To: mailing list user-java@ibatis.apache.org Received: (qmail 8147 invoked by uid 99); 16 Feb 2006 23:20:52 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Feb 2006 15:20:52 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [195.130.137.74] (HELO asia.telenet-ops.be) (195.130.137.74) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Feb 2006 15:20:52 -0800 Received: from localhost (localhost.localdomain [127.0.0.1]) by asia.telenet-ops.be (Postfix) with SMTP id 6EBB138322; Fri, 17 Feb 2006 00:20:30 +0100 (CET) Received: from [213.118.77.209] (dD5764DD1.access.telenet.be [213.118.77.209]) by asia.telenet-ops.be (Postfix) with ESMTP id 1803C3820B; Fri, 17 Feb 2006 00:20:30 +0100 (CET) Message-ID: <43F50823.6060106@pandora.be> Date: Fri, 17 Feb 2006 00:17:55 +0100 From: Sven Boden Reply-To: list123@pandora.be User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: clement.k.justin@jpmchase.com Cc: ibatis-dev@incubator.apache.org, user-java@ibatis.apache.org Subject: Re: Reg. Problem with Cursors still open. References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Available options... but none that really fits you... 1) the way you use it now is not officially supported (IBATIS-53 returns a ResultSet but does not map it to a ResultMap), you don't really use output1, it just gets mapped to the returning ResultSet... and I'm still waiting for your Oracle query to count open cursors ;-) 2) Michael Fagan made a patch to iBATIS which you can find in the iBATIS WIKI (under use of Oracle cursors), but it's not in the baseline of iBATIS. And if you use that you may end up in a dead track in the end (unless you patch yourself every new version of iBATIS). There are some ideas on supporting what you want, but none of it's implemented yet (discussed last week on the dev mailing list). And will depend on whether we find a nice clean solution to it all and when we find the time to build it in.... this will not be short short term (at least not by me). Regards, Sven clement.k.justin@jpmchase.com wrote: >Dear Sven, > >JIRA IBATIS-53 example uses, queryForObject() method, which in turn will >return only one resultset. We need multiple resultset, is it possible >using queryForList() Method in retrieving resultset. > >R u asking us to use the modified jar files for this instance in the >attachment section. > >Where do i get the modified Jar files for running the code? Guide me or >Can you update me with a sample code for getting multiple resultset using >queryForList() method. > >regards, >----------------------------------------------------------- >Clement K Justin. >Tata Consultancy Services, >Columbus, Ohio. >Work Phone : 614-213-7417. >------------------------------------------------------------ > > > >> >>