Hi Steven,
Ah, okay, that's good to know. In this case I actually need my participant to finish initializing before the Spring participant is launched, though -- if Spring calls my getInstance() method before RIFE has called my initialize() method, I won't have a Datasource to hand out. So it sounds like I should have my getInstance() method call waitUntilFinished() to force it to wait for the initialization to finish? (I'm subclassing BlockingParticipant.) I will update the Wiki.
That's a good solution indeed. Take care, Geert -- Geert Bevin Uwyn "Use what you need" - http://uwyn.com RIFE Java application framework - http://rifers.org Music and words - http://gbevin.com _______________________________________________ Rife-users mailing list [email protected] http://lists.uwyn.com/mailman/listinfo/rife-users
