Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 45202 invoked from network); 23 May 2005 20:20:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 May 2005 20:20:10 -0000 Received: (qmail 18849 invoked by uid 500); 23 May 2005 20:20:06 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 18762 invoked by uid 500); 23 May 2005 20:20:05 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 18749 invoked by uid 99); 23 May 2005 20:20:05 -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 nbcs-av.rutgers.edu (HELO annwn1.rutgers.edu) (128.6.72.254) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 23 May 2005 13:20:03 -0700 Received: from localhost (localhost [127.0.0.1]) by annwn1.rutgers.edu (Postfix) with ESMTP id 6B3884444E for ; Mon, 23 May 2005 16:20:01 -0400 (EDT) Received: from annwn1.rutgers.edu ([127.0.0.1]) by localhost (annwn1 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 09673-05 for ; Mon, 23 May 2005 16:20:01 -0400 (EDT) Received: from tie.rutgers.edu (tie.rutgers.edu [128.6.76.198]) by annwn1.rutgers.edu (Postfix) with ESMTP id 498754444C for ; Mon, 23 May 2005 16:20:01 -0400 (EDT) Received: from [192.168.171.30] ([128.6.208.130]) by rulink.rutgers.edu (Sun Java System Messaging Server 6.1 (built Apr 28 2004)) with ESMTPSA id <0IGY00MEVLTDC4E5@rulink.rutgers.edu> for dev@geronimo.apache.org; Mon, 23 May 2005 16:20:01 -0400 (EDT) Date: Mon, 23 May 2005 16:20:01 -0400 From: Dmitriy Kopylenko Subject: Re: Integration of Geronimo modules (Tx / JCA) in Spring In-reply-to: <14f70bcd27e0360d4722bd1685ccf14f@gluecode.com> To: dev@geronimo.apache.org Message-id: <42923AF1.9050803@rutgers.edu> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7bit X-Accept-Language: en-us, en References: <20050523191525.88851.qmail@web25108.mail.ukl.yahoo.com> <14f70bcd27e0360d4722bd1685ccf14f@gluecode.com> User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Virus-Scanned: Virus Scanned by NBCS X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > > We need the NamedXAResource in order to be able to do recovery. > Otherwise there really isn't any way to determine when all the > XAResources needed for recovering transactions have been started. > Note that if you are using the j2ca framework it will register all > the XAResources itself and it already supplies the NamedXAResource > wrapper. Do you have a plausible use case for an application > registering a transaction participant itself rather than relying on > framework code? > I guess this detail have been overlooked. I guess we would just need to find out how one would "register" (in Spring context), let's say XAPool with the Geronimo j2ca framework and let it do the rest e.g. wrap XAResources with NamedXAResource wrapper, etc. Regards, Dmitriy.