ServiceLifecycle init/destroy

2003-04-01 Thread Herrick, Mike
Hi, I'm a little confused on javax.xml.rpc.server.ServiceLifecycle. I had hoped that it was similar to javax.servlet.Servlet in that init and destroy are only called once. From my testing, with javax.xml.rpc.server.ServiceLifecycle, init and destroy are called on each request of the service

RE: ServiceLifecycle init/destroy

2003-04-01 Thread Watts, Tim T
Perhaps within your service deployment descriptor you need this: parameter name=scope value=application/ -Original Message- From: Herrick, Mike [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 01, 2003 1:43 PM To: [EMAIL PROTECTED] Subject: ServiceLifecycle init/destroy Hi, I'm

RE: ServiceLifecycle init/destroy

2003-04-01 Thread Herrick, Mike
Perhaps I'm an idiot ... thanks ;) -Original Message- From: Watts, Tim T [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 01, 2003 11:21 AM To: [EMAIL PROTECTED] Subject: RE: ServiceLifecycle init/destroy Perhaps within your service deployment descriptor you need this: parameter name