Hi all,
when stress testing my application I get OutOfMemoryErrors within Slide (CVS head):
java.lang.OutOfMemoryError
org.apache.slide.common.ServiceAccessException: Service TxXMLFileDescriptorsStore at store/metadata working on work/metadata access error : java.lang.OutOfMemoryError
at org.apache.slide.store.AbstractStore.storeRevisionDescriptor(AbstractStore.java:1235)
...
(see complete stacktrace below)
What I don't understand is that I DO use TxXMLFileDescriptorsStore: <scope match="/" store="tx"/>
but all traffic is below /files and I have: <scope match="/files" store="mysql"/>
Well of course the history was stored within the TxXMLFileDescriptorStore. I removed that store and changed the JDBCStore's scope to "/" and the OutOfMemeoryError went away.
Guido
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
