Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 97912 invoked from network); 10 Aug 2006 10:41:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Aug 2006 10:41:30 -0000 Received: (qmail 86076 invoked by uid 500); 10 Aug 2006 10:41:28 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 86002 invoked by uid 500); 10 Aug 2006 10:41:27 -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 85991 invoked by uid 99); 10 Aug 2006 10:41:27 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Aug 2006 03:41:27 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ammulder@gmail.com designates 64.233.182.190 as permitted sender) Received: from [64.233.182.190] (HELO nf-out-0910.google.com) (64.233.182.190) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Aug 2006 03:41:27 -0700 Received: by nf-out-0910.google.com with SMTP id l36so610528nfa for ; Thu, 10 Aug 2006 03:41:05 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; 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=lj9i+mGHaXyVJH4vm5LE97rOYeDoDejI5qqns1CvS+DhFMIUpCAeVfmT5t/MKQBPoAuTWnvvvJkcQwFd1n6EJU3M3nmIumcQLqEOwiBg7BEWMSKUDn/WSekYsvlSud04c09vrICyDJCsNEmCj/cFL8GIc+nnTtf70qMjbFqkAuw= Received: by 10.78.166.7 with SMTP id o7mr1159321hue; Thu, 10 Aug 2006 03:41:05 -0700 (PDT) Received: by 10.78.196.5 with HTTP; Thu, 10 Aug 2006 03:41:05 -0700 (PDT) Message-ID: <74e15baa0608100341o2b979112o5b6f286509773adb@mail.gmail.com> Date: Thu, 10 Aug 2006 06:41:05 -0400 From: "Aaron Mulder" Sender: ammulder@gmail.com To: dev@geronimo.apache.org Subject: Re: Independently version transaction and connector 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: X-Google-Sender-Auth: 1325d73b25199e99 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 8/9/06, Dain Sundstrom wrote: > What do everyone think about changing the transaction and connector > modules to be versioned independently of the main Geronimo server? I like it. They're reasonably self-contained and reusable outside of Geronimo. The fact that Jencks exists shows that they will be reused. Thanks, Aaron