Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 46845 invoked from network); 18 Mar 2008 18:30:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Mar 2008 18:30:04 -0000 Received: (qmail 7238 invoked by uid 500); 18 Mar 2008 18:29:59 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 7223 invoked by uid 500); 18 Mar 2008 18:29:59 -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 7212 invoked by uid 99); 18 Mar 2008 18:29:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Mar 2008 11:29:59 -0700 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 (athena.apache.org: domain of mike.schall@gmail.com designates 209.85.146.181 as permitted sender) Received: from [209.85.146.181] (HELO wa-out-1112.google.com) (209.85.146.181) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Mar 2008 18:29:22 +0000 Received: by wa-out-1112.google.com with SMTP id j5so4725wah.24 for ; Tue, 18 Mar 2008 11:29:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=KrOonfiJLTAOOmQjCWNg8TC2vHBrcFTszSgK7yMgfGo=; b=hwqMsTm5dLnJyzUqoUhB7Gg4Z7jgfaUE4AubiyqPlaeqAZYJH6uyiwHajMi6ulB7nqixGrT3kg50JUFedHsmil6uOH42TVqnmJxBZPaeRorQxOvqSiygALh3ih+sZfa2Jrl7VzD4ilI0T9yf+kTXQ1AQRA3xMSND/iSeaCSzHZw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:mime-version:content-type; b=C53Iv4MAedrjtLdH+ZjqA/uy3JOxCRwfO0jUjjS60ThD6zTuw+YMZVRjiG+JSxy/FMnjGggpAZ6wyTYixH5QZplrmu6iv5psegBtH/Fl/CWRnaAIwLR9awmvsQmxNBvAgbTkpDL7gydTTuTSOAbzBmURtcMl/EALriVqbJmhk54= Received: by 10.114.159.1 with SMTP id h1mr2155121wae.147.1205864973394; Tue, 18 Mar 2008 11:29:33 -0700 (PDT) Received: by 10.115.55.7 with HTTP; Tue, 18 Mar 2008 11:29:33 -0700 (PDT) Message-ID: <5f9068320803181129l30fc1e6ds150ee09230715f1e@mail.gmail.com> Date: Tue, 18 Mar 2008 13:29:33 -0500 From: "Michael Schall" To: user-java@ibatis.apache.org Subject: JNDI dataSource and SqlMap-Config.xml settings MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_18247_15186658.1205864973356" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_18247_15186658.1205864973356 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline We have recently moved to using JNDI as our JDBC transaction manager. ------=_Part_18247_15186658.1205864973356 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline We have recently moved to using JNDI as our JDBC transaction manager.

    <transactionManager type="JDBC">
        <dataSource type="JNDI">
    <property name="DataSource" value="${jndiDataSource}"/>
  </dataSource>
</transactionManager>
------=_Part_18247_15186658.1205864973356--