Return-Path: Delivered-To: apmail-incubator-cayenne-user-archive@locus.apache.org Received: (qmail 95390 invoked from network); 7 Sep 2006 04:06:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Sep 2006 04:06:42 -0000 Received: (qmail 70901 invoked by uid 500); 7 Sep 2006 04:06:41 -0000 Delivered-To: apmail-incubator-cayenne-user-archive@incubator.apache.org Received: (qmail 70663 invoked by uid 500); 7 Sep 2006 04:06:41 -0000 Mailing-List: contact cayenne-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cayenne-user@incubator.apache.org Delivered-To: mailing list cayenne-user@incubator.apache.org Received: (qmail 70654 invoked by uid 99); 7 Sep 2006 04:06:41 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Sep 2006 21:06:41 -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 mkienenb@gmail.com designates 64.233.162.192 as permitted sender) Received: from [64.233.162.192] (HELO nz-out-0102.google.com) (64.233.162.192) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Sep 2006 21:06:40 -0700 Received: by nz-out-0102.google.com with SMTP id v1so41012nzb for ; Wed, 06 Sep 2006 21:06:20 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=f/JBiGEFmC4yBYkrsbCnnvByOK0dM/M5GVBMz87NgwIY4pRIB7+2cfVt8kGTBh83MMLxdoi/5t1OYv2V6lXTjNCSnOCpbcmgrHYAcsvhsdOvN8tFT7Lfcu6R/7AJ38eB4hTOnK6Y6weqB4nwQc5ut++l5GfHRXcUSDx+FAi5DTI= Received: by 10.64.241.3 with SMTP id o3mr45379qbh; Wed, 06 Sep 2006 21:06:19 -0700 (PDT) Received: by 10.65.253.14 with HTTP; Wed, 6 Sep 2006 21:06:19 -0700 (PDT) Message-ID: <8f985b960609062106k536b8df0qc0377a95f6a38150@mail.gmail.com> Date: Thu, 7 Sep 2006 00:06:19 -0400 From: "Mike Kienenberger" To: cayenne-user@incubator.apache.org Subject: Re: Using Cayenne 1.2 and 3.0 jars in the same project In-Reply-To: <55448329-113D-4118-8BF8-D36CA2BD817E@objectstyle.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <8f985b960609051541q4566f5c5uf820e1359ecce2d0@mail.gmail.com> <55448329-113D-4118-8BF8-D36CA2BD817E@objectstyle.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Yeah, that's what I figured. I use custom templates, but even if I didn't, this is all runtime usage. On 9/6/06, Andrus Adamchik wrote: > Checking the "resources" folders in the source tree, namespace > conflict may occur only in the class generation templates. So if you > only rely on custom templates, you should be fine. > > Andrus > > On Sep 6, 2006, at 2:41 AM, Mike Kienenberger wrote: > > > Can anyone think of a reason why we couldn't use Cayenne 1.2 and > > Cayenne 3.0 in the same project during runtime? > > > > All classes are now in a separate namespace, yes? > > > > I would like to start converting over existing projects to Cayenne 3.0 > > at some point without affecting any other projects depending on 1.2. > > All of my projects share the same "cayenne-framework" which provides > > custom templates and helper classes (and any code customizations). > > > >