If I remember right, Glen Daniels added a lot of ServiceLifecycle stuff after beta 2. I have an object implementing ServiceLifecycle that I store in a SimpleSession, and sometime after beta 2, Glen added the functionality that SimpleSession would call the destroy() method on all ServiceLifecycle objects it holds when the session times out. He also mentioned some other additions he'd made. Are you running beta 2 or something later?
Andrew At 11:10 PM 6/13/2002 +0800, you wrote: >On Mon, Jun 03, 2002 at 04:22:54PM -0400, Edwards, Jeff wrote: > > I am having problems getting this to work. I defined my service to be of > > 'application' scope and have my service impl class implementing the > > 'javax.xml.rpc.server.ServiceLifecycle' interface. The 'init' message is > > not being called after the service is started -- for the initial call or > > subsequent calls. Could someone explain the appropriate use of the > > 'ServiceLifecycle' interface? Thanks in advance! > > >I would like to ask the same question... attached are my implementation and >deploy.wsdd. The idea is to build the MySQL/JDBC example that was discussed >earlier. > >Thanks! > > >-- >Miguel A Paraz <http://mparaz.com> Mobile: +63-916-423-7922 >Imperium Technology, Inc. <[EMAIL PROTECTED]> Office: +63-2-812-3155 > >
