You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2002/08/20 11:22:54 UTC

DO NOT REPLY [Bug 11851] New: - CachingCIncludeTransformer with no caching

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: cocoon-dev@xml.apache.org
        ReportedBy: stephan@apache.org


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: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org