RE: How do i disable caching for Transformers.......

2002-02-12 Thread Chitharanjan Das
How do I disable caching for the transformers? I am experimenting with transformers and I am not able to remove objects cached for transformers. To disable caching I did the following.. In cocoon.xcomf, I enabled the non caching event pipeline event-pipeline class

How do i disable caching for Transformers.......

2002-02-12 Thread Chitharanjan Das
How do I disable caching for the transformers? I am experimenting with transformers and I am not able to remove objects cached for transformers. To disable caching I did the following.. In cocoon.xcomf, I enabled the non caching event pipeline event-pipeline class

RE: How do i disable caching for Transformers.......

2002-02-12 Thread Vadim Gritsenko
Transformers are not cacheable by default. Read Cacheable.java from the org.apache.cocoon.caching package, see TraxTransformer.java (or others implementing Cacheable) for examples of cacheable transformers. Vadim From: Chitharanjan Das [mailto:[EMAIL PROTECTED]] How do I disable caching

RE: How do i disable caching for Transformers.......

2002-02-12 Thread Chitharanjan Das
Hello All, You are right as always, There was a problem in my ant script... Transformers are not cached... Sorry for creating any confusion Regds, Chiths Vadim From: Chitharanjan Das [mailto:[EMAIL PROTECTED]] How do I disable caching for the transformers? I am