RE: Service doesn't get inited.

2010-08-31 Thread Kannan Jayaprakasam
cruel behaviour. --Kannan -Original Message- From: Kannan Jayaprakasam [mailto:kan...@arcot.com] Sent: Tuesday, August 31, 2010 11:25 AM To: Tomcat Users List Subject: RE: Service doesn't get inited. My service implements org.apache.axis2.service.Lifecycle. This is an axis2 aar file, so it

RE: Service doesn't get inited.

2010-08-30 Thread Kannan Jayaprakasam
b...@souther.us] Sent: Tuesday, August 31, 2010 12:34 AM To: Tomcat Users List Subject: Re: Service doesn't get inited. Does your service implement ServiceLifecycle? I believe the init method is part of that interface. On Mon, 2010-08-30 at 10:33 -0700, Kannan Jayaprakasam wrote: &

Re: Service doesn't get inited.

2010-08-30 Thread Ben Souther
Does your service implement ServiceLifecycle? I believe the init method is part of that interface. On Mon, 2010-08-30 at 10:33 -0700, Kannan Jayaprakasam wrote: > I have an axis2 aar webservice deployed in Tomcat. The serviceClass's > init(ServiceContext) method doesn't at all get called. The

RE: Service doesn't get inited.

2010-08-30 Thread Caldarale, Charles R
> From: Kannan Jayaprakasam [mailto:kan...@arcot.com] > Subject: Service doesn't get inited. > How am I to proceed? By telling us the exact level of Tomcat you're using, the JVM version it's running in, the platform you're running on, how you start Tomcat, and t

Service doesn't get inited.

2010-08-30 Thread Kannan Jayaprakasam
I have an axis2 aar webservice deployed in Tomcat. The serviceClass's init(ServiceContext) method doesn't at all get called. There is no error message seen in the tomcat logs what is going on. I only see a sentence in the Catalina logs that the application has been deployed. How am I to proceed?