Return-Path: Delivered-To: apmail-continuum-issues-archive@www.apache.org Received: (qmail 9622 invoked from network); 3 Mar 2009 12:15:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Mar 2009 12:15:40 -0000 Received: (qmail 46407 invoked by uid 500); 3 Mar 2009 12:15:40 -0000 Delivered-To: apmail-continuum-issues-archive@continuum.apache.org Received: (qmail 46379 invoked by uid 500); 3 Mar 2009 12:15:40 -0000 Mailing-List: contact issues-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list issues@continuum.apache.org Received: (qmail 46368 invoked by uid 99); 3 Mar 2009 12:15:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Mar 2009 04:15:39 -0800 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: local policy) Received: from [63.246.2.115] (HELO codehaus01.managed.contegix.com) (63.246.2.115) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Mar 2009 12:15:33 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id E1F6214A8173 for ; Tue, 3 Mar 2009 06:15:12 -0600 (CST) Message-ID: <3204753.1236082512923.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Tue, 3 Mar 2009 06:15:12 -0600 (CST) From: "jan ancajas (JIRA)" To: issues@continuum.apache.org Subject: [jira] Commented: (CONTINUUM-2106) Update Backup / Restore Database tool for BuildQueue table In-Reply-To: <3092655.1235996292888.JavaMail.haus-jira@codehaus01.managed.contegix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 4e90ceb663894a42f12c0e28abbab431 X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/CONTINUUM-2106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=167717#action_167717 ] jan ancajas commented on CONTINUUM-2106: ---------------------------------------- I haven't tried the use case of importing from a 1.3.1 Database. Only importing from 1.3.2-SNAPSHOT. I'll investigate more. > Update Backup / Restore Database tool for BuildQueue table > ---------------------------------------------------------- > > Key: CONTINUUM-2106 > URL: http://jira.codehaus.org/browse/CONTINUUM-2106 > Project: Continuum > Issue Type: Bug > Components: Data Management > Reporter: jan ancajas > Assignee: Maria Odea Ching > Attachments: CONTINUUM-2106.patch > > > backing up and restoring continuum database using 1.3.2-SNAPSHOT causes this: > javax.jdo.JDOUserException: Field org.apache.maven.continuum.model.project.BuildQueue.name is null, but is mandatory as its described in the jdo metadata > at org.jpox.store.rdbms.fieldmanager.ParameterSetter.storeStringField(ParameterSetter.java:120) > at org.jpox.state.StateManagerImpl.providedStringField(StateManagerImpl.java:2757) > at org.apache.maven.continuum.model.project.BuildQueue.jdoProvideField(BuildQueue.java) > at org.apache.maven.continuum.model.project.BuildQueue.jdoProvideFields(BuildQueue.java) > at org.jpox.state.StateManagerImpl.provideFields(StateManagerImpl.java:3115) > at org.jpox.store.rdbms.request.InsertRequest.execute(InsertRequest.java:252) > at org.jpox.store.rdbms.table.ClassTable.insert(ClassTable.java:2519) > at org.jpox.store.StoreManager.insert(StoreManager.java:938) > at org.jpox.state.StateManagerImpl.internalMakePersistent(StateManagerImpl.java:3667) > at org.jpox.state.StateManagerImpl.makePersistent(StateManagerImpl.java:3646) > at org.jpox.AbstractPersistenceManager.internalMakePersistent(AbstractPersistenceManager.java:1206) > at org.jpox.AbstractPersistenceManager.makePersistentInternal(AbstractPersistenceManager.java:1259) > at org.jpox.store.rdbms.scostore.ElementContainerStore.validateElementForWriting(ElementContainerStore.java:397) > at org.jpox.store.rdbms.scostore.AbstractListStore.internalAdd(AbstractListStore.java:1154) > at org.jpox.store.rdbms.scostore.AbstractListStore.addAll(AbstractListStore.java:387) > at org.jpox.store.mapping.CollectionMapping.postInsert(CollectionMapping.java:209) > at org.jpox.store.rdbms.request.InsertRequest.execute(InsertRequest.java:464) > at org.jpox.store.rdbms.table.ClassTable.insert(ClassTable.java:2519) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira