DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11851>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11851 CachingCIncludeTransformer with no caching Summary: CachingCIncludeTransformer with no caching Product: Cocoon 2 Version: Current CVS Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: sitemap components AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] generateValidity() from the CachingCIncludeTransformer returns an empty IncludeCacheValidity, which will be fill during the generation process. Through replacement of CacheValidity to SourceValidity, the IncludeCacheValidity got an adapter class CacheValidityToSourceValidity. This class returns validity.isValid()=0, so the validity will be compared with new generated validity in AbstractCachingProcessingPipeline.setupPipeline. And there is a conflict, the setupPipeline checks the validity of filled IncludeCacheValidity and an empty IncludeCacheValidity, which is of cause invalid. I don't know how fix this elegant :-| --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]