From continuum-dev-return-6425-apmail-maven-continuum-dev-archive=maven.apache.org@maven.apache.org Thu Oct 25 12:26:56 2007 Return-Path: Delivered-To: apmail-maven-continuum-dev-archive@www.apache.org Received: (qmail 29149 invoked from network); 25 Oct 2007 12:26:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Oct 2007 12:26:56 -0000 Received: (qmail 37796 invoked by uid 500); 25 Oct 2007 12:26:43 -0000 Delivered-To: apmail-maven-continuum-dev-archive@maven.apache.org Received: (qmail 37778 invoked by uid 500); 25 Oct 2007 12:26:43 -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 Delivered-To: moderator for continuum-dev@maven.apache.org Received: (qmail 27823 invoked by uid 99); 25 Oct 2007 10:46:54 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of dlecan@gmail.com designates 66.249.92.168 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; 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; bh=VsIvfIhr8cmWbacRvr4vvLyxyOSH+d4szWiDMzgD4LI=; b=t/5GhwCKytSc7Jz+VzNfW/UxYBeh0jugj/DhID0ZXc4DEeDOAzxh7zPHMi8QK+OEjncqqEAsxetzwO9nESYqrDXKAmVL+YhrhsFg6ZR0rIbZ+5Y9nUbTgcxzD9edz3ZJE2YeOTYO5DlA60GDatDPGQQip94QW/039onBycY+cVU= 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=B1r9Szu1d/+23uFTVzK5jAlLCoZosfd34vdfAwI0BXfCA07OF6YAn3T/w+RWv35gdckXxPN26sjRtZr5UnPNISbPOn1t/w6jKLYl0nnatiLZt5gDHqLZhDCQ1oOXKfvgc4w3qxr9HLVcOx85GlCvf76MdL2bUXgvKsWdibC5sSI= Message-ID: Date: Thu, 25 Oct 2007 12:46:33 +0200 From: "Damien Lecan" Sender: dlecan@gmail.com To: continuum-dev@maven.apache.org Subject: Re: [vote] Release Continuum 1.1-beta-4 In-Reply-To: <47204172.4060301@venisse.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <47204172.4060301@venisse.net> X-Google-Sender-Auth: 3226d34fae83b1cf X-Virus-Checked: Checked by ClamAV on apache.org > [x] -1 Don't release it, because... I can't upgrade my MySql database. I exported Continuum 1.1-beta-3 database with a patched DMC beta-3, I created a new db for 1.1-beta-4, and DMC beta-4 doesn't seem to be able to load data in this new database : ... 20101 [main] INFO JPOX.RDBMS - Creating foreign key constraint : "BUILDDEFINITIONTEMPLATE_BUILDDEFINITIONS_FK2" in catalog "" schema "" 20173 [main] INFO JPOX.RDBMS - Validated 1 unique key(s) for table `BUILDDEFINITIONTEMPLATE_BUILDDEFINITIONS` Exception in thread "main" org.apache.maven.continuum.management.DataManagementException: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[53,27] Message: Unrecognised tag: 'testResult' at org.apache.maven.continuum.management.JdoDataManagementTool.restoreDatabase(JdoDataManagementTool.java:144) at org.apache.maven.continuum.management.DataManagementCli.processDatabase(DataManagementCli.java:255) at org.apache.maven.continuum.management.DataManagementCli.main(DataManagementCli.java:158) Caused by: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[53,27] Message: Unrecognised tag: 'testResult' at org.apache.maven.continuum.model.project.io.stax.ContinuumStaxReader.parseBuildResult(ContinuumStaxReader.java:909) at org.apache.maven.continuum.model.project.io.stax.ContinuumStaxReader.parseProject(ContinuumStaxReader.java:1758) at org.apache.maven.continuum.model.project.io.stax.ContinuumStaxReader.parseProjectGroup(ContinuumStaxReader.java:2099) at org.apache.maven.continuum.model.project.io.stax.ContinuumStaxReader.parseContinuumDatabase(ContinuumStaxReader.java:1091) at org.apache.maven.continuum.model.project.io.stax.ContinuumStaxReader.read(ContinuumStaxReader.java:2589) at org.apache.maven.continuum.model.project.io.stax.ContinuumStaxReader.read(ContinuumStaxReader.java:2602) at org.apache.maven.continuum.management.JdoDataManagementTool.restoreDatabase(JdoDataManagementTool.java:140) ... 2 more Additionally, DMC still doesn't read ~/.m2/settings.xml configuration file (proxy and repositories configuration) Damien