Return-Path: Delivered-To: apmail-maven-continuum-dev-archive@www.apache.org Received: (qmail 39393 invoked from network); 10 Aug 2006 21:53:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Aug 2006 21:53:34 -0000 Received: (qmail 91509 invoked by uid 500); 10 Aug 2006 21:53:33 -0000 Delivered-To: apmail-maven-continuum-dev-archive@maven.apache.org Received: (qmail 91481 invoked by uid 500); 10 Aug 2006 21:53:33 -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 91470 invoked by uid 99); 10 Aug 2006 21:53:33 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Aug 2006 14:53:33 -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 jesse.mcconnell@gmail.com designates 64.233.182.187 as permitted sender) Received: from [64.233.182.187] (HELO nf-out-0910.google.com) (64.233.182.187) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Aug 2006 14:53:21 -0700 Received: by nf-out-0910.google.com with SMTP id h2so686380nfe for ; Thu, 10 Aug 2006 14:52:53 -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=p0hrp6a3Tcs8jEMNn40BtwmTElf8aJs723tGyweISeYJH+UEDGX0LA21/68cbZzrmBfES37YDND57fEAyzS6Ek3MsXkL5W7wxq5UehLFJ9W1INZH/msuTb9QZrDaYcyHUNcsSmj4pxNdfYOgupUnfvzuGbX5bsBHkefvJjQb3BM= Received: by 10.49.29.3 with SMTP id g3mr3175682nfj; Thu, 10 Aug 2006 14:52:53 -0700 (PDT) Received: by 10.48.208.2 with HTTP; Thu, 10 Aug 2006 14:52:53 -0700 (PDT) Message-ID: Date: Thu, 10 Aug 2006 16:52:53 -0500 From: "Jesse McConnell" To: continuum-dev@maven.apache.org Subject: Re: svn commit: r430090 - /maven/continuum/trunk/continuum-webapp/pom.xml In-Reply-To: <44DAAABA.4090500@apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060809163629.F0C0F1A981A@eris.apache.org> <44DAAABA.4090500@apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > I know I caught the reason from you guys on IRC this morning, apparently > plexus.xml wasn't working - but I'd like to get to the bottom of it. correct, the specific error when using the plexus.xml was that when the actions where being loaded we were getting ClassNotFoundExceptions on the action classes themselves, so the xwork -> plexus.xml mapping was working, but when the o.a.m.c.w.a classes (not their webwork hints) were being loaded it couldn't find them (and the are in the same artifact as the plexus.xml!) > Are you sure this entirely works? What about if you have > non-components.xml descriptor elements like load-on-start? so far everything I have been doing with the UI has been working fine one possible difference I have noticed is that the jdo store is not loading up until it is first accessed, which is a different behavior then before, which make senses if its load-on-start... > I may have made a mistake when applying it to continuum, but plexus.xml > is definitely working in MRM, and that is what the xwork integration > attempts to use to configure everything so I'm not sure this is going to > do everything you need. I am not sure what to say here, you can easily replicate our situation by changing that pom back to the plexus.xml and simply try and start up continuum with the jetty webapp, the CNFE stack traces pour out. jesse > On 10/08/2006 2:36 AM, evenisse@apache.org wrote: > > Author: evenisse > > Date: Wed Aug 9 09:36:28 2006 > > New Revision: 430090 > > > > URL: http://svn.apache.org/viewvc?rev=430090&view=rev > > Log: > > The merged component descriptor must be in components.xml instead of plexus.xml > > > > Modified: > > maven/continuum/trunk/continuum-webapp/pom.xml > > > > Modified: maven/continuum/trunk/continuum-webapp/pom.xml > > URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-webapp/pom.xml?rev=430090&r1=430089&r2=430090&view=diff > > ============================================================================== > > --- maven/continuum/trunk/continuum-webapp/pom.xml (original) > > +++ maven/continuum/trunk/continuum-webapp/pom.xml Wed Aug 9 09:36:28 2006 > > @@ -53,7 +53,7 @@ > > > > merge > > > > - ${project.build.outputDirectory}/META-INF/plexus/plexus.xml > > + ${project.build.outputDirectory}/META-INF/plexus/components.xml > > > > ${project.build.directory}/generated-resources/plexus/plexus.xml > > src/main/plexus/plexus.xml > > > > > > > -- > Apache Maven - http://maven.apache.org/ > Better Builds with Maven - http://library.mergere.com/ > -- jesse mcconnell jesse.mcconnell@gmail.com