Re: Issues with LocalAction

2002-12-12 Thread Konstantin Piroumian
rom: "Giacomo Pati" <[EMAIL PROTECTED]> > On Thu, 12 Dec 2002, Konstantin Piroumian wrote: > > From: "Giacomo Pati" <[EMAIL PROTECTED]> > > > > > > > > Hi team > > > > > > We encountered some thread race issues with the LocalAction class. > > > > > > 1. The class is marked ThreadSafe, so there will

Re: Issues with LocalAction

2002-12-12 Thread Giacomo Pati
On Thu, 12 Dec 2002, Konstantin Piroumian wrote: > From: "Giacomo Pati" <[EMAIL PROTECTED]> > > > > > Hi team > > > > We encountered some thread race issues with the LocalAction class. > > > > 1. The class is marked ThreadSafe, so there will be only one instance in > > the system. > > Yup. > > > >

Re: Issues with LocalAction

2002-12-12 Thread Konstantin Piroumian
From: "Giacomo Pati" <[EMAIL PROTECTED]> > > Hi team > > We encountered some thread race issues with the LocalAction class. > > 1. The class is marked ThreadSafe, so there will be only one instance in > the system. Yup. > > 2. There are member variables (langAttr, localeAttr, etc.) that are set

Issues with LocalAction

2002-12-12 Thread Giacomo Pati
Hi team We encountered some thread race issues with the LocalAction class. 1. The class is marked ThreadSafe, so there will be only one instance in the system. 2. There are member variables (langAttr, localeAttr, etc.) that are set by the checkParams method on each invocation but only with logl