Return-Path: Delivered-To: apmail-incubator-ibatis-user-java-archive@www.apache.org Received: (qmail 18059 invoked from network); 18 Apr 2005 19:43:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Apr 2005 19:43:30 -0000 Received: (qmail 43503 invoked by uid 500); 18 Apr 2005 19:43:29 -0000 Delivered-To: apmail-incubator-ibatis-user-java-archive@incubator.apache.org Received: (qmail 43471 invoked by uid 500); 18 Apr 2005 19:43:28 -0000 Mailing-List: contact ibatis-user-java-help@incubator.apache.org; run by ezmlm Precedence: bulk Reply-To: ibatis-user-java@incubator.apache.org List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list ibatis-user-java@incubator.apache.org Received: (qmail 43454 invoked by uid 99); 18 Apr 2005 19:43:28 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from brmea-mail-3.Sun.COM (HELO brmea-mail-3.sun.com) (192.18.98.34) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 18 Apr 2005 12:43:26 -0700 Received: from esunmail ([129.147.156.34]) by brmea-mail-3.sun.com (8.12.10/8.12.9) with ESMTP id j3IJhPjO004422 for ; Mon, 18 Apr 2005 13:43:25 -0600 (MDT) Received: from fe8 (esunmail [129.147.156.34]) by edgemail1.Central.Sun.COM (iPlanet Messaging Server 5.2 HotFix 2.02 (built Oct 21 2004)) with ESMTP id <0IF5003DIQSCRQ@edgemail1.Central.Sun.COM> for ibatis-user-java@incubator.apache.org; Mon, 18 Apr 2005 13:43:25 -0600 (MDT) Received: from [129.147.48.117] by mail.sun.net (iPlanet Messaging Server 5.2 HotFix 2.02 (built Oct 21 2004)) with ESMTPSA id <0IF50004OQSC87@mail.sun.net> for ibatis-user-java@incubator.apache.org; Mon, 18 Apr 2005 13:43:24 -0600 (MDT) Date: Mon, 18 Apr 2005 13:43:56 -0600 From: Nathan Maves Subject: reuse resultMap from different sqlmaps To: ibatis-user-java@incubator.apache.org Message-id: <3c3fbedb9bcbe439f67830a1c42bed9f@sun.com> MIME-version: 1.0 X-Mailer: Apple Mail (2.619.2) Content-type: text/plain; charset=US-ASCII; format=flowed Content-transfer-encoding: 7BIT X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N is this possible? We are trying to access them via Namespace.resultMapName but this does not seem to work. Nathan