I am using cocoon-2.1.5 release. I will try to replece Cocoon.java from CVS HEAD. Thanks for pointing me there.
Michal > -----Original Message----- > From: Vadim Gritsenko [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 09, 2004 12:21 AM > To: [EMAIL PROTECTED] > Subject: Re: Sharing cocoon.jar between multiple web aplications > > > ÄURDINA Michal wrote: > > > The problem arise only when one web application calls other > web application to generate its output (via > getRequestDispatcher.include() - crosscontext must be > enabled). Then both webapps use the same static field > instance in the same thread. And if both are calling method > on the same class i.e. Cocoon.process(), then called web > application can rewrite the value saved by calling web application. > > IIRC, this particular problem you are describing are resolved in CVS. > When last time you had updated your snapshot? > > Vadim > >
