Re: multithreaded Content Aggregator migration from 2.1 to 2.2

2008-06-05 Thread Imran Pariyani
.. its quite crucial .. Grzegorz Kossakowski wrote: Imran Pariyani pisze: Hi Hi Imran, last night i wasted 5 hrs overs this without any success .. i guess it has something to do with passing the RequestContextListener to the spring context .. i have initialized the listener in my web.xml

Re: multithreaded Content Aggregator migration from 2.1 to 2.2

2008-06-04 Thread Imran Pariyani
.. everything seems to be fine .. is something wrong with the cachemanager present in cocoon ? any help will be greatly appreciated !! .. awaiting response regards Imran Imran Pariyani wrote: Hello all, we have multithreaded Content Aggregator which is based on the CIncludeTransformer

multithreaded Content Aggregator migration from 2.1 to 2.2

2008-06-03 Thread Imran Pariyani
Hello all, we have multithreaded Content Aggregator which is based on the CIncludeTransformer and it also implements CacheableProcessingComponent for caching .. it used to work fine for cocoon 2.1.x but with cocoon 2.2 it gives strange error .. it is actually a generator and it gives error

Getting the request object in a class implementing Listener interface cocoon 2.2

2008-06-03 Thread Imran Pariyani
Hi all, for the old cocoon i.e 2.1.x we use to access the request object inside the ActionListener implementation class with the following code .. final Request request = ObjectModelHelper.getRequest(CocoonComponentManager.getCurrentEnvironment() .getObjectModel()); for