RE: cocoon portlets reusing bug

2000-09-07 Thread Neeme Praks
Subject: Re: cocoon portlets reusing bug Neeme Praks wrote: -Original Message- From: burtonator [mailto:[EMAIL PROTECTED]] Sent: Monday, August 28, 2000 1:27 PM [snip] ug. Can you point out the sections of code you think might be a problem? well, I haven't found

Re: cocoon portlets reusing bug

2000-09-07 Thread Santiago Gala
lass is compiled before the test. Any ideas? Neeme -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of burtonator Sent: Tuesday, August 29, 2000 7:17 AM To: JetSpeed Subject: Re: cocoon portlets reusing bug Neeme Praks wrote:

Re: cocoon portlets reusing bug

2000-08-28 Thread burtonator
Neeme Praks wrote: snip Ok, I'll look into that... I've narrowed it down to the point that I think Rundata (or PortletConfig maybe) is being shared between two consequtive requests... Actually I think that it is Rundata because if users view different portlets they always see the correct

Re: cocoon portlets reusing bug

2000-08-28 Thread burtonator
Neeme Praks wrote: -Original Message- From: burtonator [mailto:[EMAIL PROTECTED]] Sent: Monday, August 28, 2000 1:27 PM [snip] ug. Can you point out the sections of code you think might be a problem? well, I haven't found any particular part of the code yet. But I'll

Re: cocoon portlets reusing bug

2000-08-25 Thread Raphaël Luta
Neeme Praks wrote: I found that org.apache.jetspeed.portal.cocoon.CocoonRenderer class uses static variable to hold the Cocoon engine. What is the reason for doing so and is this tread-safe? Could my problems be the result of this? Don't think so, AFAIK the Cocoon engine is a singleton,

RE: cocoon portlets reusing bug

2000-08-25 Thread Neeme Praks
-Original Message- From: Raphaël Luta [mailto:[EMAIL PROTECTED]] Sent: Friday, August 25, 2000 10:52 AM To: JetSpeed Subject: Re: cocoon portlets reusing bug [snip] Don't think so, AFAIK the Cocoon engine is a singleton, it can safely be shared. I imagine that when two

RE: cocoon portlets reusing bug

2000-08-24 Thread Neeme Praks
of the latter request...? Raphaël, you are the author of this code, can you comment? Neeme -Original Message- From: Neeme Praks Sent: Wednesday, August 23, 2000 8:09 PM To: JetSpeed Subject: RE: cocoon portlets reusing bug well, the problem returned :-(... Probably will have

RE: cocoon portlets reusing bug

2000-08-23 Thread Neeme Praks
well, the problem returned :-(... Probably will have to dig around in Cocoon source code... Neeme -Original Message- From: Neeme Praks Sent: Wednesday, August 23, 2000 6:41 PM To: JetSpeed Subject: RE: cocoon portlets reusing bug thanks, I didn't grasp the concept of "t

Re: cocoon portlets reusing bug

2000-08-22 Thread burtonator
Neeme Praks wrote: I've discovered a bug in either Jetspeed or Cocoon when using Cocoon portlets: I have some portlets that show records from database depending on a user who is logged in. Sometimes when I load a portlet, it shows me the records of another user, not mine (and the other

cocoon portlets reusing bug

2000-08-21 Thread Neeme Praks
I've discovered a bug in either Jetspeed or Cocoon when using Cocoon portlets: I have some portlets that show records from database depending on a user who is logged in. Sometimes when I load a portlet, it shows me the records of another user, not mine (and the other user sees my records). I've