Hmmm. I will double check the code--it should be functioning properly. I would like to ask to to make sure that there was no exceptions thrown durring Configurable or Serviceable stages.
> -----Original Message----- > From: Corey Jewett [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, September 10, 2002 12:24 AM > To: [EMAIL PROTECTED] > Subject: [Fortress] Lifecycle not running. > > > I am probably totally overlooking something, but here goes... > > I have a class SocketManager: > > public class SocketManager extends StartableService > implements Configurable { > ... > } > > StartableService looks like this: > > public abstract class StartableService extends AbstractLogEnabled > implements Runnable, Serviceable, Startable { > ... > } > > My understanding is that when I lookup SocketManager (which is > successful) then configure(), service(), and start() should be called. > > Instead, according to my logs it's only being serviced. Any > pointers would be appreciated. > > Corey > > > -- > To unsubscribe, e-mail: > <mailto:avalon-users-> [EMAIL PROTECTED]> > For > additional commands, > e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>