Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 20257 invoked from network); 19 Jan 2007 17:01:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Jan 2007 17:01:56 -0000 Received: (qmail 4195 invoked by uid 500); 19 Jan 2007 17:02:01 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 4151 invoked by uid 500); 19 Jan 2007 17:02:01 -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 4140 invoked by uid 99); 19 Jan 2007 17:02:00 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Jan 2007 09:02:00 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [83.170.75.212] (HELO server30169.uk2net.com) (83.170.75.212) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Jan 2007 09:01:51 -0800 Received: from [192.168.56.58] (unknown [193.130.68.19]) by server30169.uk2net.com (Postfix) with ESMTP id 1A1E2C0004 for ; Fri, 19 Jan 2007 17:01:30 +0000 (GMT) Message-ID: <45B0F964.8030203@nukinetics.com> Date: Fri, 19 Jan 2007 17:01:24 +0000 From: Ellis Pritchard User-Agent: Mozilla Thunderbird 1.0.7-1.1.fc4 (X11/20050929) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@cocoon.apache.org Subject: Cocoon 2.1.10 problems Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, Some context: I'm leaving my Cocoon-based job today, and don't know when I'll next work on it, so this is a heads-up that someone else might want to follow up: As well as bug COCOON-1985 from yesterday, I've got two more problems since upgrading from Cocoon 2.1.8 to 2.1.10: 1/ Critical: ehcache doesn't work at all with 2.1.10. No cache entries were being generated, despite the logs showing the entries being made and the cache entry making it all the way to the EHCache code itself. I couldn't trace any further with this version, but upgraded to EHCache 1.2.4, and the caching worked again. Serious! 2/ Annoying: someone commented out the line 458 in org.apache.cocoon.components.store.impl.EHDefaultStore which means that it's impossible to set the location of the store from web.xml; EHDefaultStore basically ignores the disk-location you pass in the constructor (look at the comment for DiskStore), in favor of the configuration file. That hack with the system property seemed to be there for a reason: System.setProperty("java.io.tmpdir", directoryPath); 3/ Bad: restore from disk for eventbased cache no longer works; the key never seems to make it to the on-disk store on shutdown. Result; if you use the eventcache pipeline, all disk content is lost on restart. Sorry for the brevity of this message, I'm literally being kicked out of the office now! Best wishes! Ellis.