Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 92246 invoked from network); 8 Sep 2006 14:38:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Sep 2006 14:38:16 -0000 Received: (qmail 90159 invoked by uid 500); 8 Sep 2006 14:38:14 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 90093 invoked by uid 500); 8 Sep 2006 14:38:14 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 90082 invoked by uid 99); 8 Sep 2006 14:38:13 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Sep 2006 07:38:13 -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 hakimm@gmail.com designates 64.233.184.237 as permitted sender) Received: from [64.233.184.237] (HELO wr-out-0506.google.com) (64.233.184.237) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Sep 2006 07:38:13 -0700 Received: by wr-out-0506.google.com with SMTP id 68so173226wri for ; Fri, 08 Sep 2006 07:37:52 -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=grD7y1ouMvUvaQ2I1PZOLAt+Q7Mr6D+YbaH7zYIrJtEyo0dbw3PN2Wat/5QopwnFeX1nTgeuvV9EoSYk0hQ+tYeuN2FAEeGurVsfZr3fhPdk4jOWSl+rEp5wkM3ocYUK3CCiIJaZRFB/6xje7Eepx5Z4F/u5oHZlx135AgIgzvE= Received: by 10.90.117.11 with SMTP id p11mr755149agc; Fri, 08 Sep 2006 07:37:52 -0700 (PDT) Received: by 10.90.114.4 with HTTP; Fri, 8 Sep 2006 07:37:52 -0700 (PDT) Message-ID: <501089280609080737r240b4e2ewd956096cafb459d1@mail.gmail.com> Date: Fri, 8 Sep 2006 16:37:52 +0200 From: "Laurent Perez" To: dev@cocoon.apache.org Subject: Re: trunk webapp not working under tomcat5.5.17 In-Reply-To: <4501792A.40500@mobilebox.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <501089280609080635s1b0f6848wa40c2273cf2aad20@mail.gmail.com> <45017406.30401@mobilebox.pl> <501089280609080658t6c55d00eva4037c711a3946cf@mail.gmail.com> <4501792A.40500@mobilebox.pl> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > You probably have not fetched > org.apache.maven.plugins:maven-clean-plugin plugin from repository yet > which means you have to drop -o and everything should be fine. ok thanks, I'll try that. I still have a problem gettting cocoon to load my own Spring beans : I put a daoContext.xml file under WEB-INF/cocoon/spring, but when I restart the container it again shows SEVERE : errorListener, nothing else. That file is working fine under spring2.0m4. I don't know if it should be like that but WEB-INF/cocoon/spring/cocoon-core-applicationContext.xml only contains an empty "" node, and WEB-INF/applicationContext.xml contains no bean definitions, only "" an an avalon:avalon node. how do I tell cocoon to load my own beans ? thanks