Hi! I did what you said. BUT: My complete portal is messed up now. Nothing works anymore. First I couldn't log in anymore. Then I cleared the cache of my Browser. After that there worked nothing. There were some things displayed that came from the DB. These should only be present when loged in. But I never did. These things were displayed about five times in total disorder and they didn't work in any way. Absolutely confusing!
Have I forgotten anything? I reverted to the old version of the Sitemap. But this didn't help either. Can you help me? Thanks, Barthi > -----Original Message----- > From: Ard Schrijvers [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 24, 2006 9:04 PM > To: [email protected] > Subject: RE: How can I empty the cache? > > in your components define > > <map:actions> > <map:action name="clear-cache" > logger="sitemap.action.clear-cache" > src="org.apache.cocoon.acting.ClearCacheAction"/> > </map:actions> > > > and > > <map:match pattern="clearcache.html"> > <map:act type="clear-cache"> > <map:generate src="status" type="status"/> > <map:serialize type="xml"/> > </map:act> > </map:match> > > AS > > > > > > > Hi! > > > > I wrote a generator supplying me with some XML-Data from a Database. > > To speed up everything I implemented the Cocoon-Caching > > mechanism. There I > > test, if something in the database has changed. If not, the > > data is called > > from cache. > > > > Everything worked fine here. But I'm still developing and so > > today I changed > > something in the way the XML is presented to cocoon > > (rearranged some tags). > > I also adjusted the XSL-File that's used for processing the data. > > > > The problem now is, that the database-data hasn't changed and > > so there is > > always the old data called from cache. > > > > So, how can I delete this old information from cache? > > > > Thanks, > > > > Barthi > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
