[jira] Created: (COCOON-1885) The EHDefaultStore returns in the size() method the wrong number of keys

2006-07-25 Thread Ard Schrijvers (JIRA)
The EHDefaultStore returns in the size() method the wrong number of keys Key: COCOON-1885 URL: http://issues.apache.org/jira/browse/COCOON-1885 Project: Cocoon Issue

[jira] Updated: (COCOON-1885) The EHDefaultStore returns in the size() method the wrong number of keys

2006-07-25 Thread Ard Schrijvers (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1885?page=all ] Ard Schrijvers updated COCOON-1885: --- Attachment: EHDefaultStore.patch Fix for EHDefaultStore returning wrong number in the size() method The EHDefaultStore returns in the size() method

RE: [jira] Created: (COCOON-1885) The EHDefaultStore returns in the size() method the wrong number of keys

2006-07-25 Thread Ard Schrijvers
This is a partial fix of a larger problem that I am not yet capable of fixing: removing cachekeys according the correct eviction policy. This fix at least fixes the flaw, that the StoreJanitor could delete the entire memoryStore part from ehcache. In the JCSDefaultStore, this size() method was

Re: [jira] Created: (COCOON-1885) The EHDefaultStore returns in the size() method the wrong number of keys

2006-07-25 Thread Antonio Gallardo
Thanks Ard. I will apply this patch today after work. :-) Best Regards, Antonio Gallardo Ard Schrijvers escribió: This is a partial fix of a larger problem that I am not yet capable of fixing: removing cachekeys according the correct eviction policy. This fix at least fixes the flaw, that

Re: [jira] Created: (COCOON-1885) The EHDefaultStore returns in the size() method the wrong number of keys

2006-07-25 Thread Antonio Gallardo
Ard Schrijvers escribió: Thx!! You do not happen to know where the JCSDefaultStore went in trunk..?? I read some stuff about it outperforming ehcache in almost every way (and that it might be easier to implement the eviction policy driven freeing of cachekeys). WARINIG: I am far to be a

Building Trunk from snapshot tar

2006-07-25 Thread Martin Geissler
Hello, today I have successfully build cocoon tunk (2.2). This was a hard work for me, so I want to show some pointers for others. Perhaps someone will find this usefull. My OS: Windows XP Pro JAVA : Sun jdk 1.4.2_11 Maven 2.0.4 cocoon: cocoon_20060724041732.tar.gz Step one maven: configured

RE: [jira] Created: (COCOON-1885) The EHDefaultStore returns in the size() method the wrong number of keys

2006-07-25 Thread Ard Schrijvers
You do not happen to know where the JCSDefaultStore went in trunk..?? I read some stuff about it outperforming ehcache in almost every way (and that it might be easier to implement the eviction policy driven freeing of cachekeys). WARINIG: I am far to be a cocoon expert. I guess

Re: [jira] Created: (COCOON-1885) The EHDefaultStore returns in the size() method the wrong number of keys

2006-07-25 Thread Carsten Ziegeler
Antonio Gallardo wrote: Ard Schrijvers escribió: Thx!! You do not happen to know where the JCSDefaultStore went in trunk..?? I read some stuff about it outperforming ehcache in almost every way (and that it might be easier to implement the eviction policy driven freeing of cachekeys).

RE: [jira] Created: (COCOON-1885) The EHDefaultStore returns in the size() method the wrong number of keys

2006-07-25 Thread Ard Schrijvers
/snip If there are better alternatives to ehcache we should consider them of course. Personally I would like that this work will be done in trunk only. We could build an own maven project for each cache implementation which will reduce the dependencies for a user and makes

Re: [jira] Created: (COCOON-1885) The EHDefaultStore returns in the size() method the wrong number of keys

2006-07-25 Thread Antonio Gallardo
Ard Schrijvers escribió: /snip If there are better alternatives to ehcache we should consider them of course. Personally I would like that this work will be done in trunk only. We could build an own maven project for each cache implementation which will reduce the dependencies for a user

Compiling classloader

2006-07-25 Thread Mark Lundquist
Didn't there used to be a compiling classloader way back in the day, like, 2.1.4? Or am I hepped up on goofballs? —ml—

Another docs question...

2006-07-25 Thread Mark Lundquist
Are the docs on the Daisy site for 2.2, or for 2.1.X? I think I read somewhere just recently that they're for 2.2. It might have been in one of Bruno's replies to one of my questions... :-) but I can't rememeber... —ml—

[continuum] BUILD FAILURE: Portal Block Sample

2006-07-25 Thread [EMAIL PROTECTED]
Online report : http://localhost:8080/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/206/buildId/414 Build statistics: State: Failed Previous State: Ok Started at: Wed, 26 Jul 2006 03:26:45 + Finished at: Wed, 26 Jul 2006 03:28:01 + Total time: 1m 15s

[jira] Closed: (COCOON-1885) The EHDefaultStore returns in the size() method the wrong number of keys

2006-07-25 Thread Antonio Gallardo (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1885?page=all ] Antonio Gallardo closed COCOON-1885. Fix Version/s: 2.2-dev (Current SVN) 2.1.10-dev (current SVN) Resolution: Fixed Thanks for the patch. It was applied with