Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 87918 invoked from network); 25 May 2006 19:02:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 May 2006 19:02:36 -0000 Received: (qmail 24222 invoked by uid 500); 25 May 2006 19:02:35 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 24153 invoked by uid 500); 25 May 2006 19:02:35 -0000 Mailing-List: contact svn-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Forrest Developers List" List-Id: Delivered-To: mailing list svn@forrest.apache.org Received: (qmail 24136 invoked by uid 99); 25 May 2006 19:02:35 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 May 2006 12:02:35 -0700 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 May 2006 12:02:33 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id A4C711A983A; Thu, 25 May 2006 12:02:13 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r409432 - /forrest/trunk/main/webapp/WEB-INF/xconf/forrest-core.xconf Date: Thu, 25 May 2006 19:02:13 -0000 To: svn@forrest.apache.org From: cheche@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060525190213.A4C711A983A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: cheche Date: Thu May 25 12:02:12 2006 New Revision: 409432 URL: http://svn.apache.org/viewvc?rev=409432&view=rev Log: Adding daemon threadpool to avoid warning message in core.log Modified: forrest/trunk/main/webapp/WEB-INF/xconf/forrest-core.xconf Modified: forrest/trunk/main/webapp/WEB-INF/xconf/forrest-core.xconf URL: http://svn.apache.org/viewvc/forrest/trunk/main/webapp/WEB-INF/xconf/forrest-core.xconf?rev=409432&r1=409431&r2=409432&view=diff ============================================================================== --- forrest/trunk/main/webapp/WEB-INF/xconf/forrest-core.xconf (original) +++ forrest/trunk/main/webapp/WEB-INF/xconf/forrest-core.xconf Thu May 25 12:02:12 2006 @@ -801,4 +801,38 @@ + + + + org.apache.cocoon.components.thread.DefaultThreadFactory + + + + daemon + NORM + true + 0 + -1 + 1 + 60000 + ABORT + false + -1 + + + + +