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=org.apache.cocoon.components.pipeline.NonCachingEventPipeline/


I then restarted Cocoon and still in log file I get the info

DEBUG   (2002-02-12) 01:57.54:730   [cocoon  ] (/accordia/tsttr)
HttpProcessor[8080][4]/DefaultPool: Retrieving a
com.accordia.display.transformation.StringTransformer from the pool

How can I disable caching ? or how do I delete cached objects ?

The only way I am able to test is by changing the transformer names in
site-map for each run, which is kind a pain

Could any one of you please, provide a small note on cache options for
Cocoon for Generators, Actions , Transformers etc.,

Thanks in advance,
Chiths





-
Please check that your question has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faqs.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




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=org.apache.cocoon.components.pipeline.NonCachingEventPipeline/


I then restarted Cocoon and still in log file I get the info

DEBUG   (2002-02-12) 01:57.54:730   [cocoon  ] (/accordia/tsttr)
HttpProcessor[8080][4]/DefaultPool: Retrieving a
com.accordia.display.transformation.StringTransformer from the pool

How can I disable caching ? or how do I delete cached objects ?

The only way I am able to test is by changing the transformer names in
site-map for each run, which is kind a pain

Could any one of you please, provide a small note on cache options for
Cocoon for Generators, Actions , Transformers etc.,

Thanks in advance,
Chiths





-
Please check that your question has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faqs.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
Please check that your question has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faqs.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




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 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=org.apache.cocoon.components.pipeline.NonCachingEventPipeline/
 
 
 I then restarted Cocoon and still in log file I get the info
 
 DEBUG   (2002-02-12) 01:57.54:730   [cocoon  ] (/accordia/tsttr)
 HttpProcessor[8080][4]/DefaultPool: Retrieving a
 com.accordia.display.transformation.StringTransformer from the pool
 
 How can I disable caching ? or how do I delete cached objects ?
 
 The only way I am able to test is by changing the transformer names in
 site-map for each run, which is kind a pain
 
 Could any one of you please, provide a small note on cache options for
 Cocoon for Generators, Actions , Transformers etc.,
 
 Thanks in advance,
 Chiths


-
Please check that your question has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faqs.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




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 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=org.apache.cocoon.components.pipeline.NonCachingEventPipeline/
 
 
 I then restarted Cocoon and still in log file I get the info
 
 DEBUG   (2002-02-12) 01:57.54:730   [cocoon  ] (/accordia/tsttr)
 HttpProcessor[8080][4]/DefaultPool: Retrieving a
 com.accordia.display.transformation.StringTransformer from the pool
 
 How can I disable caching ? or how do I delete cached objects ?
 
 The only way I am able to test is by changing the transformer names in
 site-map for each run, which is kind a pain
 
 Could any one of you please, provide a small note on cache options for
 Cocoon for Generators, Actions , Transformers etc.,
 
 Thanks in advance,
 Chiths


-
Please check that your question has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faqs.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
Please check that your question has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faqs.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]