Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 34426 invoked from network); 1 Feb 2006 19:25:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Feb 2006 19:25:34 -0000 Received: (qmail 60877 invoked by uid 500); 1 Feb 2006 19:25:32 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 60639 invoked by uid 500); 1 Feb 2006 19:25:31 -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 60628 invoked by uid 99); 1 Feb 2006 19:25:31 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Feb 2006 11:25:31 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [192.18.98.34] (HELO brmea-mail-3.sun.com) (192.18.98.34) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Feb 2006 11:25:30 -0800 Received: from fe-amer-01.sun.com ([192.18.108.175]) by brmea-mail-3.sun.com (8.12.10/8.12.9) with ESMTP id k11JP9Qj002472 for ; Wed, 1 Feb 2006 12:25:09 -0700 (MST) Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) id <0IU000201W033S00@mail-amer.sun.com> (original mail from Nathan.Maves@Sun.COM) for user-java@ibatis.apache.org; Wed, 01 Feb 2006 12:25:09 -0700 (MST) Received: from [129.147.48.78] by mail-amer.sun.com (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPSA id <0IU0000O4WLXUQ00@mail-amer.sun.com> for user-java@ibatis.apache.org; Wed, 01 Feb 2006 12:25:09 -0700 (MST) Date: Wed, 01 Feb 2006 12:25:39 -0700 From: Nathan Maves Subject: Re: Dynamic addMaps In-reply-to: <8243bc4e0602010520v79f2821bv@mail.gmail.com> Sender: Nathan.Maves@Sun.COM To: user-java@ibatis.apache.org Message-id: MIME-version: 1.0 X-Mailer: Apple Mail (2.746.2) Content-type: text/plain; format=flowed; delsp=yes; charset=US-ASCII Content-transfer-encoding: 7BIT References: <8243bc4e0602010520v79f2821bv@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Can you give us a little more information on your problem? What are you trying to accomplish by using the functionality? Why would you not just define all of your mappings in the sqlMapConfig.xml file? Nathan On Feb 1, 2006, at 6:20 AM, Marcelo Martins wrote: > How can i do something like this: > > SqlMapClient sqlMap = SqlMapClientBuilder.buildSqlMapClient(reader) > > sqlMap.addResource("com/foo/mapping/MyMapping.xml"); > > Please, if is not possible, how can i modify ibatis to do this?