RE: C2: xsp caching

2001-06-19 Thread Torsten Curdt
Could you show us the corresponding sitemap snipped? AFAIK serverpages are not cached by default. (had no problems myself with that...) Changes in the xsp file result in a recompilation... -- Torsten -Original Message- From: Daniel Pfuhl [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June

RE: C2: xsp caching

2001-06-19 Thread Daniel Pfuhl
Hi here is the snipped from my sitemap: map:match pattern=xsp/esql map:generate type=serverpages src=docs/samples/xsp/esql.xsp/ map:transform src=stylesheets/myown/default.html.xsl /map:transform map:serialize/ /map:match I also attached my xsp file and the xsl for this.

RE: C2: xsp caching

2001-06-19 Thread Torsten Curdt
Hm.. looks good to me... sure it's no db caching? try a commit; before your query. Hi here is the snipped from my sitemap: map:match pattern=xsp/esql map:generate type=serverpages src=docs/samples/xsp/esql.xsp/ map:transform src=stylesheets/myown/default.html.xsl

RE: C2: xsp caching

2001-06-19 Thread Daniel Pfuhl
Hello again, I don't think that's an db cahcing issue. because i'm changing the structure of my xsp-file an this will not be seen. i also can change the structure to some not valid one and cocoon will serve the old one without shouting at me :-( maybe some tomcat related error? daniel ---

RE: C2: xsp caching

2001-06-19 Thread Torsten Curdt
Sorry, only experienced this in VERY old versions of cocoon. Try to remove the file from the repository then... -- Torsten -Original Message- From: Daniel Pfuhl [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 19, 2001 2:58 PM To: [EMAIL PROTECTED] Subject: RE: C2: xsp caching