You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Thomas Krause <t....@fh-sm.de> on 2004/10/12 16:23:45 UTC

ExtractTransformer, caching

Hello,

I'm using an ExtractTransformer to transform xml to gif. All works fine 
but the ID given by //fe:fragment/@fragment-id it seems to be always the 
same for a picture on the same site. Well, the ID is different from ID's 
on other sites. An of course I've set the pipelines to nocache.

If I have disable all caching the extractor ID is the same but the 
picture containts the actual informations.

But how can I setup the extractor to generate a new unique number for 
the picture.

Thanks

Thomas

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


Re: ExtractTransformer, caching

Posted by Joerg Heinicke <jo...@gmx.de>.
On 12.10.2004 16:23, Thomas Krause wrote:

> I'm using an ExtractTransformer to transform xml to gif. All works fine 
> but the ID given by //fe:fragment/@fragment-id it seems to be always the 
> same for a picture on the same site. Well, the ID is different from ID's 
> on other sites. An of course I've set the pipelines to nocache.
> 
> If I have disable all caching the extractor ID is the same but the 
> picture containts the actual informations.
> 
> But how can I setup the extractor to generate a new unique number for 
> the picture.

(Un)fortunately that's a known bug: 
http://issues.apache.org/bugzilla/show_bug.cgi?id=28724. The only 
solution at the moment is Sarah's hack switching off the caching for the 
fragment extractor at all.

Joerg

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