From continuum-dev-return-6462-apmail-maven-continuum-dev-archive=maven.apache.org@maven.apache.org Mon Nov 05 10:21:45 2007 Return-Path: Delivered-To: apmail-maven-continuum-dev-archive@www.apache.org Received: (qmail 20074 invoked from network); 5 Nov 2007 10:21:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Nov 2007 10:21:45 -0000 Received: (qmail 30719 invoked by uid 500); 5 Nov 2007 10:21:32 -0000 Delivered-To: apmail-maven-continuum-dev-archive@maven.apache.org Received: (qmail 30678 invoked by uid 500); 5 Nov 2007 10:21:32 -0000 Mailing-List: contact continuum-dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-dev@maven.apache.org Delivered-To: mailing list continuum-dev@maven.apache.org Received: (qmail 30667 invoked by uid 99); 5 Nov 2007 10:21:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Nov 2007 02:21:32 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [80.168.101.18] (HELO relay00-mail.uk.clara.net) (80.168.101.18) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Nov 2007 10:21:35 +0000 Received: from chb28-2-88-163-39-128.fbx.proxad.net ([88.163.39.128]:45899 helo=[127.0.0.1]) by relay00-mail.uk.clara.net (smtp-vh.amenworld.com [195.8.80.30]:251) with esmtpa (authdaemon_plain:emmanuel@venisse.net) id 1Ioz4y-0001dA-14 (Exim 4.60) for continuum-dev@maven.apache.org (return-path ); Mon, 05 Nov 2007 10:21:12 +0000 Message-ID: <472EEEFB.4020701@venisse.net> Date: Mon, 05 Nov 2007 11:22:51 +0100 From: Emmanuel Venisse User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: continuum-dev@maven.apache.org Subject: Re: converting from 1.0.3 References: <87321223-8DF0-4A03-95BC-1E3CE322B2DC@apache.org> In-Reply-To: <87321223-8DF0-4A03-95BC-1E3CE322B2DC@apache.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Brett Porter a écrit : > Hi, > > I'm anticipating this could be a common question after 1.1 is released - > was there a decision made about whether the data converter should > support importing from 1.0.3 projects? No decision for the moment. > > I know this was something I was going to implement that I never quite > got around to after finishing the bits to convert from other 1.1 alphas > - but if the data management is working ok now then it might be a good > alternative. We have always some issues with data management. I'm looking at a XML-RPC client to Backup/Restore all datas that would be more robust than the data management anxd won't use lot of memory because it won't load all data from the db in one JDO request. About 1.0.3 migration, I'm not sure we can do it correctly, because we have lot of changes in the db and with a migration some data won't be set, but maybe it's possible. Emmanuel