Jon Stevens wrote:
>
> on 1/30/01 4:35 PM, "Java Apache CVS Development" <[EMAIL PROTECTED]> wrote:
>
> > public synchronized void init( ServletConfig config )
> > {
> > + //We have already been initialized...
> > + if( getInit() ) return;
> > +
> >
>
> If you are using Turbine's Services, then this won't be needed as this
> method will only be called if getInit() returns false.
>
Yeah, that is just a paranoid check of mine because when the service was
written there was weird behavior with the service initialization order and
Rfal was working on the subject so I didn't want to investigate.
When we'll upgrade the Turbine dependency, I'll check again all the
initialization code based on your modifications.
Is the Turbine build stable enough right now to upgrade or should we still
wait a few days for the Logging and services change to settle ?
Sam jetspeed build is broken...
--
Raphaël Luta - [EMAIL PROTECTED]
Vivendi Universal Networks - Services Manager / Paris
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/[email protected]/>
List Help?: [EMAIL PROTECTED]