Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 2962 invoked from network); 24 Aug 2007 06:33:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Aug 2007 06:33:33 -0000 Received: (qmail 70054 invoked by uid 500); 24 Aug 2007 06:33:28 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 69969 invoked by uid 500); 24 Aug 2007 06:33:28 -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 69957 invoked by uid 99); 24 Aug 2007 06:33:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Aug 2007 23:33:28 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.9] (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 24 Aug 2007 06:33:31 +0000 Received: (qmail 2892 invoked from network); 24 Aug 2007 06:33:10 -0000 Received: from localhost (HELO ?127.0.0.1?) (127.0.0.1) by localhost with SMTP; 24 Aug 2007 06:33:10 -0000 Message-ID: <46CE7BA5.8030504@apache.org> Date: Fri, 24 Aug 2007 08:33:09 +0200 From: Carsten Ziegeler User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: dev@cocoon.apache.org Subject: Re: Error lauching webapp References: <46CDCB98.6030107@gmail.com> In-Reply-To: <46CDCB98.6030107@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi Gustavo, thanks for spotting this - this is due to the recent refactoring I did of the thread module. Although I did a full search over the svn tree it seems that I have missed a few places :( I'll fix this right away. Thanks Carsten Gustavo N. Fernandes wrote: > Hello, I was unable to run cocoon webapp in trunk, due to a bean ref > error in HSQLDB block. > > > After applying the following fix and doing a mvn install everything went > ok. > > > Index: > blocks/cocoon-databases/cocoon-databases-hsqldb-server/src/main/resources/META-INF/cocoon/spring/cocoon-hsqldb-block.xml > > =================================================================== > --- > blocks/cocoon-databases/cocoon-databases-hsqldb-server/src/main/resources/META-INF/cocoon/spring/cocoon-hsqldb-block.xml > (revision 569080) > +++ > blocks/cocoon-databases/cocoon-databases-hsqldb-server/src/main/resources/META-INF/cocoon/spring/cocoon-hsqldb-block.xml > (working copy) > @@ -36,7 +36,7 @@ > class="org.apache.cocoon.components.hsqldb.ServerImpl" > scope="singleton" init-method="init" destroy-method="destroy"> > > - ref="org.apache.cocoon.components.thread.RunnableManager"/> > + ref="org.apache.cocoon.thread.RunnableManager"/> > > > > @@ -47,4 +47,4 @@ > > > > - > \ No newline at end of file > + > > > Ciao > > Gustavo > -- Carsten Ziegeler cziegeler@apache.org