Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 32119 invoked from network); 22 Feb 2007 04:35:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Feb 2007 04:35:52 -0000 Received: (qmail 13338 invoked by uid 500); 22 Feb 2007 04:35:57 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 13322 invoked by uid 500); 22 Feb 2007 04:35:57 -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 13311 invoked by uid 99); 22 Feb 2007 04:35:56 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Feb 2007 20:35:56 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [63.249.95.37] (HELO mail.cruzio.com) (63.249.95.37) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Feb 2007 20:35:45 -0800 Received: from [192.168.0.103] (dsl-63-249-120-44.cruzio.com [63.249.120.44]) by mail.cruzio.com with ESMTP id l1M4ZLan064234 for ; Wed, 21 Feb 2007 20:35:21 -0800 (PST) Message-ID: <45DD1D8B.2080102@cruzio.com> Date: Wed, 21 Feb 2007 20:35:23 -0800 From: Richard Yee User-Agent: Thunderbird 1.4 (Windows/20050908) MIME-Version: 1.0 To: user-java@ibatis.apache.org Subject: Re: Circular Reference and iBatis 2.3.0 References: <4bb374d70702211259w116b7r9b624dc05a28b727@mail.gmail.com> In-Reply-To: <4bb374d70702211259w116b7r9b624dc05a28b727@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on mail.cruzio.com X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=0.0 required=1.0 tests=AWL autolearn=disabled version=3.1.7 Sounds like it was a bug that got fixed. -Richard David Hodge wrote: > I recently upgraded to iBatis 2.3.0 and everything looked good until I > discovered one of our unit tests was failing. The error was > 'Exhausted ResultSet'. Upon investigation I realized that I had a > circular reference in SQL Map. I know, very bad. > > What I wanted to know is how come previous versions of iBatis did not > complain? > > Thanks, > > David Y. Hodge