Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 71900 invoked from network); 20 Jul 2007 15:16:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Jul 2007 15:16:23 -0000 Received: (qmail 21697 invoked by uid 500); 20 Jul 2007 15:16:22 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 21621 invoked by uid 500); 20 Jul 2007 15:16:22 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 21610 invoked by uid 99); 20 Jul 2007 15:16:22 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jul 2007 08:16:22 -0700 X-ASF-Spam-Status: No, hits=0.8 required=10.0 tests=INFO_TLD,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of oliver.zeigermann@gmail.com designates 66.249.92.173 as permitted sender) Received: from [66.249.92.173] (HELO ug-out-1314.google.com) (66.249.92.173) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jul 2007 08:16:19 -0700 Received: by ug-out-1314.google.com with SMTP id m2so888861uge for ; Fri, 20 Jul 2007 08:15:58 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=UeipZZ1lF4gTYwTqa5U7NQX5hxkxPyywN8ie9uc9c4Ebvbd2HxFr4Wa9gjesU3g2jm0Z6QlrGNd7d4szLsnv223FfgtmmWMW0B/IlUBGkmHZiH2LXwqUEc6J3bSBOlT3Lbv5rCTCi+mZx5yNr/jgfveHz8e/o+TXlrkfUPlK5UU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=cTLEHtuo9gEa8sJLT31RTosNi5Cj20uFCC+GmHzeMp37dWimVrAiecZC/G0Y+TFlZCzerG6iAI5SISjkJMiYGkga7AgOjl+XRP6ST6l84tPonJ+6Y6CTnmN91bVx9+LszUW7ua+aQ4/e6Z4ek0jyTBQ1UtZlXPHokzQuFm+eKRY= Received: by 10.82.152.16 with SMTP id z16mr643717bud.1184944558275; Fri, 20 Jul 2007 08:15:58 -0700 (PDT) Received: by 10.82.187.14 with HTTP; Fri, 20 Jul 2007 08:15:58 -0700 (PDT) Message-ID: <9da4f4520707200815t2a7cba5clc5b5502bea958382@mail.gmail.com> Date: Fri, 20 Jul 2007 17:15:58 +0200 From: "Oliver Zeigermann" Sender: oliver.zeigermann@gmail.com To: "Jakarta Commons Developers List" Subject: Re: [transaction 2.0] stripping to its very core In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <9da4f4520707141525k539fba6ewf28196f4ec15e631@mail.gmail.com> X-Google-Sender-Auth: e758aeaca089e786 X-Virus-Checked: Checked by ClamAV on apache.org Sounds like a good idea. Could you set up such a project structure? The main problem with xa is that we can not suspend/resume with given the current implementation that relies on ReentrantReadWriteLock. Reason is that you can not transfer locks from one thread to another. I will investigate if this can be changed easily. For the time being I will add a new flavor of tx maps as I am no longer sure that there really is no use case for them. Oliver 2007/7/20, Joerg Heinicke : > Oliver Zeigermann zeigermann.de> writes: > > > I am proposing to strip Commons Transaction to its very core. > > > Deleted: > > - no more XA classes: We really can not an implement an XA resource > > with the existing implementation > > Hi Oliver, > > reducing ctx to a core is a good idea. I only would not like to see the XA stuff > been dropped completely. I think it's quite important for getting ctx "sold". I > have a second project in maven 2 sense in mind as commons jci does: > http://marc.info/?l=jakarta-commons-dev&m=117571327222719&w=4. So we would have > commons-transaction.jar and a commons-transaction-xa.jar. > > WDYT? > > Joerg > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org > For additional commands, e-mail: commons-dev-help@jakarta.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org