Return-Path: Delivered-To: apmail-ibatis-dev-archive@www.apache.org Received: (qmail 70896 invoked from network); 15 Jan 2007 18:19:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Jan 2007 18:19:14 -0000 Received: (qmail 13310 invoked by uid 500); 15 Jan 2007 18:19:20 -0000 Delivered-To: apmail-ibatis-dev-archive@ibatis.apache.org Received: (qmail 13289 invoked by uid 500); 15 Jan 2007 18:19:20 -0000 Mailing-List: contact dev-help@ibatis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ibatis.apache.org Delivered-To: mailing list dev@ibatis.apache.org Received: (qmail 13277 invoked by uid 99); 15 Jan 2007 18:19:20 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Jan 2007 10:19:20 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of jeffgbutler@gmail.com designates 66.249.92.173 as permitted sender) Received: from [66.249.92.173] (HELO ug-out-1314.google.com) (66.249.92.173) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Jan 2007 10:19:11 -0800 Received: by ug-out-1314.google.com with SMTP id m2so1408533ugc for ; Mon, 15 Jan 2007 10:18:49 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=JL6BI8Ae/rF0WetUsK7WNczDMrKZLcm+Oofr4R5uO43x3mpsns7ASwAedvlGBcWrbOXMyHHpy5u/XAa5fF9cB71kAOzaccvPgTrihDZtlX+67LT/blNDh7jyRKGv4URByoBbIjdowyFXuDRJlCZODqKmv5qoLxR5M4QMeG4hX7s= Received: by 10.78.160.2 with SMTP id i2mr2601555hue.1168885126774; Mon, 15 Jan 2007 10:18:46 -0800 (PST) Received: by 10.78.158.6 with HTTP; Mon, 15 Jan 2007 10:18:46 -0800 (PST) Message-ID: Date: Mon, 15 Jan 2007 12:18:46 -0600 From: "Jeff Butler" To: "Ibatis Development List" Subject: Re: Working with nested interfaces: a problem to solve In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_16153_18691090.1168885126739" References: <45AA8D58.3010506@apache.org> <45AB00D0.701@apache.org> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_16153_18691090.1168885126739 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Paul, Did you actually try this? I did and had no trouble running it. I'd be happy to send you the test case if you want, but I think it's exactly what you described. Jeff Butler On 1/15/07, Paul Benedict wrote: > > I erred at the start of 4th paragraph: > > It read: > >>iBATIS errs out on #4 because it invokes BImpl.setA(), but gets back > only the interface from BImpl.getA(). > > It should read: > >>iBATIS errs out on #4 because it invokes setName() from BImpl.getA(), > but the method doesn't exist at this level. > > Paul > ------=_Part_16153_18691090.1168885126739 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
Hi Paul,
 
Did you actually try this?  I did and had no trouble running it.  I'd be happy to send you the test case if you want, but I think it's exactly what you described.
 
Jeff Butler
 


 
On 1/15/07, Paul Benedict <pbenedict@apache.org> wrote:
I erred at the start of 4th paragraph:

It read:
>>iBATIS errs out on #4 because it invokes BImpl.setA(), but gets back only the interface from BImpl.getA().

It should read:
>>iBATIS errs out on #4 because it invokes setName() from BImpl.getA(), but the method doesn't exist at this level.

Paul

------=_Part_16153_18691090.1168885126739--