Is there a way to let a daemon thread wait
for a particular service to finish its early
initialization in Jetspeed 1.4b4?

I've got problems accessing the UserManagement
Service from a daemons thread at startup:

late initialization occured before early 
initialization.

and

very strange: if I try to wait at late init
for early init (similar to the late init of
the LuceneSearchService implementation) I
sometimes end up with TWO instances of the
Service, although turbine services should be
singletons.

at the moment I let the daemons sleep for some
time, but this is bad style.


can someone help?


Regards,
Joachim
 

Reply via email to