cziegeler 2004/05/17 06:53:10
Modified: src/webapp/WEB-INF cocoon.xconf
Log:
Use default transient store again
Revision Changes Path
1.44 +1 -2 cocoon-2.1/src/webapp/WEB-INF/cocoon.xconf
Index: cocoon.xconf
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/webapp/WEB-INF/cocoon.xconf,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- cocoon.xconf 17 May 2004 07:53:42 -0000 1.43
+++ cocoon.xconf 17 May 2004 13:53:10 -0000 1.44
@@ -422,8 +422,7 @@
| When the number of maxobjects has been reached. The last object
| in the cache will be thrown out.
+-->
- <transient-store
class="org.apache.cocoon.components.store.JCSTransientStore"
- logger="core.store.transient">
+ <transient-store logger="core.store.transient">
<parameter name="maxobjects" value="1000"/>
</transient-store>