You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Mark Lundquist <ml...@comcast.net> on 2005/09/16 18:30:34 UTC

Crazy stale content problem

Hi,

I've got a project running Cocoon-2.1.6, and I'm having this weird 
problem...

There'a pipeline that looks like this:


     <match pattern="home:source">
       <aggregate element="page">
         <part element="source" src="content/home.page/source.xml" />
         <part element="feature" src="conten/home.page/feature.xml" />
         <part element="featured-events"
               src="cocoon:/calendar:featured"/>
       </aggregate>
       <transform src="xslt/site/home.xslt" />
       <serialize type="xml"/>
     </match>

The content from the "calendar:featured" pipeline is a rolling event 
list that displays the next N events on or after today's date.  The 
client sporadically reports that the home page becomes "stuck", i.e. the 
  event list fails to roll forward.

When it's in this state, I can issue a request directly to the 
"calendar:featured" resource, and I get fresh (correct) content. 
However, even after this, if I issue a new request for the home page 
(refresh in my browser), I still get the stale content!

Using curl to access the Cocoon port directly on the server shows the 
stale content too, so that eliminates Apache from any consideration.

Any ideas about this problem?  In partucluar, does anybody know if this 
is a bug that's been fixed since 2.1.6?

Thanks,
—ml—


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org