I was not able to test it with the CMS today, but on both my Ubuntu laptop with JDK 1.5 and on my desktop WinXP JDK 1.4 all seems fine!
+1 Jeroen On Mon, 2008-01-07 at 09:27 -0600, Antonio Gallardo wrote: > Hi Alec, > > This is a great improvement! However, we cannot use a newer ehcache > version, cuz we must keep cocoon 2.1.x branch compatible with java 1.3. :S > > Currently, we use ehcache 1.2.3. The 1.2.4 did drop support for java 1.3 [1] > > Best Regards, > > Antonio Gallardo. > > [1] http://ehcache.sourceforge.net/changes-report.html#1.2.4RC > > > Alec Bickerton escribió: > > Carsten Ziegeler wrote: > > > >> Hi, > >> > >> i've put up the 2.1.11 release at: > >> > >> http://people.apache.org/~cziegeler/releases/cocoon/ > >> > > > > I'm just looking through JIRA and note that the version still uses an > > antiquated version of ehcache. By that I mean, a version that does not > > do large distributed caching properly. Large caches must be recreated on > > server restart and fall over when distributed caching is attempted. > > > > Simply replacing the ehcache.jar is not a clean solution as ehcache will > > write all its files to java.io.tmpdir and produce many warnings > > whenever used. > > > > This is an open issue for C2.2, so I feel it would be something that > > needs to be looked at before a final release. > > > > DISCLAIMER: > > I'm still finding my way around the cocoon codebase and may be missing > > something obvious to the old hands. :-) > > > > Regards, > > Alec. > > >
