RE: PDF Image Caching Problem

2008-05-05 Thread Geert Josten
Hi Peter, I typically use the following construct for non-caching generation of documents: map:pipeline type=noncaching map:parameter name=outputBufferSize value=8192/ Kind regards, Geert Drs. G.P.H. Josten Consultant Daidalos BV Source of Innovation Hoekeindsehof 1-4

Re: PDF Image Caching Problem

2008-05-05 Thread Lehtonen, Mika
Hi, this is what Joerg Heinicke wrote about the similar problem of mine: My guess is it's actually the PDF that is taken from the cache. I guess the cache key for the PDF does not take included resources like your images into account. If that's true you just have to invalidate the PDF. I

Re: PDF Image Caching Problem

2008-05-05 Thread Lehtonen, Mika
Hi Peter, unfortunetely I couldn't solve the problem and as it isn't so crucial at the moment, I have left it behind for now on. Actually there might be another problem (or bug) lying around if you produce htmls' with 'noncaching' option. Cocoon seems to be leaving files open when using

Re: PDF Image Caching Problem

2008-05-05 Thread Peter Sparkes
Hi Mika, Thanks for the info on open files with the 'noncaching' option. My application was crashing every 4 to 5 days and I could not find the reason; I got round it by restarting tomcat/cocoon once a day using a cron job. I think that I will also leave the image caching problem for latter,