RE: Hot Update and ServiceLifeCycle shutdown method

2007-10-22 Thread Walker, Jeff
scope="application" I think. -jeff -Original Message- From: sgopal [mailto:[EMAIL PROTECTED] Sent: Monday, October 22, 2007 8:20 AM To: axis-user@ws.apache.org Subject: RE: Hot Update and ServiceLifeCycle shutdown method Hi, What is your scope set to in the service.xm

RE: Hot Update and ServiceLifeCycle shutdown method

2007-10-22 Thread sgopal
t; -Original Message- > From: Walker, Jeff > Sent: Friday, October 19, 2007 11:31 AM > To: axis-user@ws.apache.org > Subject: RE: Hot Update and ServiceLifeCycle shutdown method > > I have a question for you. > Are you trying to use javax.xml.rpc.server.ServiceLifecycl

RE: Hot Update and ServiceLifeCycle shutdown method

2007-10-19 Thread sgopal
Hi , I am using org.apache.axis2.engine.ServiceLifeCycle The startup and shutdown are called when I startup / shutdown tomcat. Are you referring to is the init and destroy method on the service itself or the lifecycle class? I read in this forum that the shutdown method on the lifecycle is not

RE: Hot Update and ServiceLifeCycle shutdown method

2007-10-19 Thread Walker, Jeff
Ok, I lied. ServiceLifecycle.destroy() does get called for me, after each request is satisfied. (I missed it amongst all of my debug output). -jeff -Original Message- From: Walker, Jeff Sent: Friday, October 19, 2007 11:31 AM To: axis-user@ws.apache.org Subject: RE: Hot Update and

RE: Hot Update and ServiceLifeCycle shutdown method

2007-10-19 Thread Walker, Jeff
I have a question for you. Are you trying to use javax.xml.rpc.server.ServiceLifecycle, and expecting init() and destroy() to be called? I get init() called when a request comes in, I can then call various web services methods, but destroy() is NEVER called. Having said that, how can it determine