[jira] Created: (COCOON-1868) When using EHDefaultStore in overflow-to-disk=false mode, shutting the jvm down results in a spoolToDisk error

2006-06-21 Thread Ard Schrijvers (JIRA)
When using EHDefaultStore in overflow-to-disk=false mode, shutting the jvm down results in a spoolToDisk error -- Key: COCOON-1868 URL:

[jira] Updated: (COCOON-1868) When using EHDefaultStore in overflow-to-disk=false mode, shutting the jvm down results in a spoolToDisk error

2006-06-21 Thread Ard Schrijvers (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1868?page=all ] Ard Schrijvers updated COCOON-1868: --- Attachment: EHDefaultStore.patch When using EHDefaultStore in overflow-to-disk=false mode, shutting the jvm down results in a spoolToDisk error

[jira] Commented: (COCOON-1868) When using EHDefaultStore in overflow-to-disk=false mode, shutting the jvm down results in a spoolToDisk error

2006-06-22 Thread Ard Schrijvers (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1868?page=comments#action_12417268 ] Ard Schrijvers commented on COCOON-1868: You can only reproduce the bug, when there is actually at least one thing in the EHDefaultStore, so starting cocoon and

[jira] Commented: (COCOON-1868) When using EHDefaultStore in overflow-to-disk=false mode, shutting the jvm down results in a spoolToDisk error

2006-06-22 Thread Ard Schrijvers (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1868?page=comments#action_12417272 ] Ard Schrijvers commented on COCOON-1868: You have indeed a good point. With ehcache 1.1 I assumed dependency between the two parameters because of the spoolToDisk

[jira] Updated: (COCOON-1868) When using EHDefaultStore in overflow-to-disk=false mode, shutting the jvm down results in a spoolToDisk error

2006-06-22 Thread Ard Schrijvers (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1868?page=all ] Ard Schrijvers updated COCOON-1868: --- Attachment: EHDefaultStore-2.patch This is the patched to be used: dependency between overflow-to-disk and diskpersistent is removed When using

[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

[jira] Commented: (COCOON-1909) Cache validity of XSLT stylesheets does not reflect included or imported stylesheets.

2006-09-07 Thread Ard Schrijvers (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1909?page=comments#action_12433063 ] Ard Schrijvers commented on COCOON-1909: The problem is a little more sophisticated then depicted above: First of all, the TraxTransformer allows you to

[jira] Commented: (COCOON-1909) Cache validity of XSLT stylesheets does not reflect included or imported stylesheets.

2006-10-12 Thread Ard Schrijvers (JIRA)
[ http://issues.apache.org/jira/browse/COCOON-1909?page=comments#action_12441677 ] Ard Schrijvers commented on COCOON-1909: The bug is in XSLTProcessorImpl in public javax.xml.transform.Source resolve( String href, String base ), at

[jira] Commented: (COCOON-2146) Using EventAware cache implementation breaks persistent cache restore on restart

2007-11-26 Thread Ard Schrijvers (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-2146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12545506 ] Ard Schrijvers commented on COCOON-2146: FYI : IMO, the AbstractDoubleMapEventRegistry is a very bad

[jira] Commented: (COCOON-2146) Using EventAware cache implementation breaks persistent cache restore on restart

2007-11-27 Thread Ard Schrijvers (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-2146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12545761 ] Ard Schrijvers commented on COCOON-2146: Presumably though, if site-usage is fairly uniform, stuff that

[jira] Commented: (COCOON-2151) Sub-optimal implementation of AbstractDoubleMapEventRegistry

2007-11-27 Thread Ard Schrijvers (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-2151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12545763 ] Ard Schrijvers commented on COCOON-2151: I commented on COCOON-2146, I'll repeat my text over here:

[jira] Commented: (COCOON-2151) Sub-optimal implementation of AbstractDoubleMapEventRegistry

2007-11-27 Thread Ard Schrijvers (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-2151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12545767 ] Ard Schrijvers commented on COCOON-2151: Only if you're generating lots of unique pages or short-lived

[jira] Commented: (COCOON-2151) Sub-optimal implementation of AbstractDoubleMapEventRegistry

2007-11-27 Thread Ard Schrijvers (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-2151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12545809 ] Ard Schrijvers commented on COCOON-2151: The problem with (1) is that it did not work for me for ehcache

[jira] Commented: (COCOON-2146) Using EventAware cache implementation breaks persistent cache restore on restart

2007-11-27 Thread Ard Schrijvers (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-2146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12545962 ] Ard Schrijvers commented on COCOON-2146: H, I am really confident that persistent caches with the event

[jira] Commented: (COCOON-2152) EventAware cache does not persist correctly when using the StoreEventRegistryImpl

2007-11-28 Thread Ard Schrijvers (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-2152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12546223 ] Ard Schrijvers commented on COCOON-2152: Since you found the problem my comment from COCOON-2146 can be

[jira] Commented: (COCOON-2153) DaslTransformer fails because of conflicting http client dependencies

2007-12-07 Thread Ard Schrijvers (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-2153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549394 ] Ard Schrijvers commented on COCOON-2153: slide is closed so updating the slide webdav client is not an