I have just checked out revision 918886.
As my version was a bit out of date, in order to limit the increase in
enthropy, I will make a build and report back if the problem persist. If
so I create a Jira issue.
Cheers,
Jos
On Thu, 2010-03-04 at 07:36 +0100, Reinhard Pötz wrote:
> Jos Snellings wrote:
> > Hi,
> >
> > Is the hereunder described issue with XML serializers known?
> >
> > A sitemap having several xml serialization patterns:
> >
> > <map:pipeline>
> > <map:match pattern="showterm.xml">
> > <map:generate type="term"/>
> > <map:serialize type="xml"/>
> > </map:match>
> > <map:match pattern="hierarchies">
> > <map:generate type="topterms"/>
> > <map:serialize type="xml" />
> > </map:match>
> >
> > ...
> >
> > This pipeline is observed to have an 'eternal cache':
> > whichever pattern is matched first gives the correct answer.
> > All subsequent requests, whatever the URL, whatever the get-parameters
> > return the contents of the cache.
> >
> > In order to get fresh results you need to destroy the caching stuff
> > under work/... first.
> >
> > Is this known? I may as well get rid of it by checking out the very last
> > cocoon-3 version! Just asking.
>
> Could you create a JIRA issue please and attach a failing sample please?
> Also add the version of C3 (release or SVN revision) that you use.
>
> Thanks!
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org
|