Return-Path: Delivered-To: apmail-incubator-ibatis-user-java-archive@www.apache.org Received: (qmail 36350 invoked from network); 6 May 2005 21:26:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 May 2005 21:26:01 -0000 Received: (qmail 9521 invoked by uid 500); 6 May 2005 21:28:48 -0000 Delivered-To: apmail-incubator-ibatis-user-java-archive@incubator.apache.org Received: (qmail 9474 invoked by uid 500); 6 May 2005 21:28:47 -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 9459 invoked by uid 99); 6 May 2005 21:28:47 -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 smtp1.carreker.com (HELO smtp2.carreker.com) (209.163.213.35) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 06 May 2005 14:28:47 -0700 Received: from DALVIR02.carreker.com (unknown [172.21.1.15]) by smtp2.carreker.com (Postfix) with SMTP id C306815829A for ; Fri, 6 May 2005 16:25:53 -0500 (CDT) Received: From DALVIR02R.carreker.com ([127.0.0.1]) by DALVIR02.carreker.com (WebShield SMTP v4.5 MR1a); id 1115414753216; Fri, 6 May 2005 16:25:53 -0500 Received: from DALEXC03.carreker.com ([172.16.15.1]) by DALVIR02R.carreker.com with Microsoft SMTPSVC(5.0.2195.5329); Fri, 6 May 2005 16:25:53 -0500 Received: by dalexc03.carreker.com with Internet Mail Service (5.5.2657.72) id ; Fri, 6 May 2005 16:25:53 -0500 Message-ID: <745691AF0880C64E8F02CFB140A3872D031892@DALEXC05.carreker.com> From: "Rafiq, Adnan" To: "'ibatis-user-java@incubator.apache.org'" Subject: Transaction Manager Date: Fri, 6 May 2005 16:25:50 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain; charset="iso-8859-1" X-OriginalArrivalTime: 06 May 2005 21:25:53.0055 (UTC) FILETIME=[2E932AF0:01C55282] X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N If one is using Weblogic 8.1 and wishes to use iBatis in conjunction with stateless session beans (in such a way that the transactions boundaries are container-managed) and there are two databases involved (XA), what should be the transaction manager type in the dao.xml file? External or JTA?