Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 68961 invoked from network); 22 Feb 2006 13:59:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Feb 2006 13:59:07 -0000 Received: (qmail 2718 invoked by uid 500); 22 Feb 2006 13:59:04 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 2704 invoked by uid 500); 22 Feb 2006 13:59:04 -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 2693 invoked by uid 99); 22 Feb 2006 13:59:03 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Feb 2006 05:59:03 -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 [212.3.115.2] (HELO 115-2.trifle.net) (212.3.115.2) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Feb 2006 05:59:03 -0800 Received: from 115-2.trifle.net (localhost [127.0.0.1]) by 115-2.trifle.net (8.13.4/8.13.4) with ESMTP id k1MDwj5Y055850 for ; Wed, 22 Feb 2006 15:58:45 +0200 (EET) (envelope-from eugenydzh@jdevelop.com) Received: (from bofh@localhost) by 115-2.trifle.net (8.13.4/8.13.4/Submit) id k1MDwjaI055849 for user-java@ibatis.apache.org; Wed, 22 Feb 2006 15:58:45 +0200 (EET) (envelope-from eugenydzh@jdevelop.com) X-Authentication-Warning: 115-2.trifle.net: bofh set sender to eugenydzh@jdevelop.com using -f Date: Wed, 22 Feb 2006 15:58:45 +0200 From: Eugeny N Dzhurinsky To: user-java@ibatis.apache.org Subject: JNDI resource configuration (Tomcat 5.0) Message-ID: <20060222135845.GL815@115-2.trifle.net> Mail-Followup-To: user-java@ibatis.apache.org Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline User-Agent: Mutt/1.5.11 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I seem to miss something - I configured JNDI resource in context like this factory org.apache.commons.dbcp.BasicDataSourceFactory username root password driverClassName org.gjt.mm.mysql.Driver url jdbc:mysql://localhost/database in iBATIS I configured mapping.xml to use it but application complains about it can't find 'jdbc' resource. Any suggestions? -- Eugene N Dzhurinsky