You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Gabi Brysch <br...@inxnet.de> on 2000/11/13 11:48:06 UTC

producer - caching question ???

hi,

[win2000, tomcat 3.1, jdk1.3, jsdk2.2, cocoon1.8]

i use a producer for retrieving data from a database, then
create xml for the results, pass this to the xslt-engine for
process the xml further with an xsp, then another xslt-engine
call for do the formatting stuff.

when i call the producer like this:


http://192.168.2.113:8080/sampleProducer/dummyProd.xml?producer=people&kuerz
el='mbr'

i get the right result, but if a change the URL-param kuerzel to something
else,
i don't get the right content. this param is responsible for the data
selected from the
database.

	is it possible that cocoon is caching the produced xml, and do not react to
changed
	param kuerzel ????

	is it possible to disable caching for some requests only ???

	like i understood the caching-handling of cocoon, there should be a reload
if dynamic
	content is needed ??


thanks, GABI