From users-return-7569-apmail-continuum-users-archive=continuum.apache.org@continuum.apache.org Fri Feb 27 22:24:20 2009 Return-Path: Delivered-To: apmail-continuum-users-archive@www.apache.org Received: (qmail 71873 invoked from network); 27 Feb 2009 22:24:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Feb 2009 22:24:20 -0000 Received: (qmail 39012 invoked by uid 500); 27 Feb 2009 22:24:19 -0000 Delivered-To: apmail-continuum-users-archive@continuum.apache.org Received: (qmail 38981 invoked by uid 500); 27 Feb 2009 22:24:18 -0000 Mailing-List: contact users-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@continuum.apache.org Delivered-To: mailing list users@continuum.apache.org Received: (qmail 38970 invoked by uid 99); 27 Feb 2009 22:24:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Feb 2009 14:24:18 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ncjeffgus@zimage.com designates 173.51.181.2 as permitted sender) Received: from [173.51.181.2] (HELO alpha.zimage.com) (173.51.181.2) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Feb 2009 22:24:09 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by alpha.zimage.com (Postfix) with ESMTP id EA4CB1C37F5 for ; Fri, 27 Feb 2009 14:23:47 -0800 (PST) Received: from alpha.zimage.com ([127.0.0.1]) by localhost (alpha.zimage.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 10688-04 for ; Fri, 27 Feb 2009 14:23:40 -0800 (PST) Received: from [192.168.0.51] (mail.idc-global.com [66.92.217.130]) by alpha.zimage.com (Postfix) with ESMTP id 3D62A1C37F3 for ; Fri, 27 Feb 2009 14:23:39 -0800 (PST) Subject: No bean named 'componentConfigurator' error From: Jeff Gustafson To: users@continuum.apache.org Content-Type: text/plain Date: Fri, 27 Feb 2009 14:23:38 -0800 Message-Id: <1235773418.31201.39.camel@sally> Mime-Version: 1.0 X-Mailer: Evolution 2.24.4 (2.24.4-1.fc10) Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi all, I can't seem to find what is causing this error. I have an old continuum install (continuum-1.1-alpha-2) and the project builds fine. I have tried to move everything to 1.2.3 and it throws this error one some of the .pom's: 2009-02-26 14:25:59,352 [addMavenTwoProjectBackgroundThread] ERROR mavenBuilderH elper - Cannot build maven project from /usr/local/apache-continuum-1.2.3/tmp/c ontinuum/svn/repos/idc/compression/protocol/branches/compression-protocol-1.4.x/ pom.xml (No bean named 'componentConfigurator' is defined). 2009-02-26 14:25:59,352 [addMavenTwoProjectBackgroundThread] INFO continuum - Created 0 projects. 2009-02-26 14:25:59,352 [addMavenTwoProjectBackgroundThread] INFO continuum - Created 0 project groups. 2009-02-26 14:25:59,352 [addMavenTwoProjectBackgroundThread] INFO continuum - 1 errors. 2009-02-26 14:25:59,352 [addMavenTwoProjectBackgroundThread] INFO continuum - 1 errors during project add: 2009-02-26 14:25:59,352 [addMavenTwoProjectBackgroundThread] INFO continuum - No bean named 'componentConfigurator' is defined Any ideas? ...Jeff