Re: AXIS2: shutdown mechanism

2006-10-13 Thread Chuan Guo
Hi Deepal, Thank you very much! You can specify the service life cycle impl as shown below; service name=SampleService3 class=org.apachecon.us.sample.ServiceLifeCycleImpl description This is sample service 3 /description /service In version 1 we should use this to declare the

AXIS2: shutdown mechanism

2006-10-12 Thread Chuan Guo
Hi, i would like to know, when the Container like Tomcat is shutdown, could the concrete service of axis2 be informed? With this man can close the critical resources. Otherwise the data in memory will lost. (for performance, a cache is normal). Thanks for every Tips!

[AXIS2]NewBie: obtain Parameter from a custom service

2006-08-08 Thread Chuan Guo
Hi, i'd like get some customed configuration informations for my service from the axis2.xml or services.xml. e.g. using Parameters. Then I need get the AxisConfiguration or the AxisService, right? (use getParameter(paramName)) my question is, how can i obtain AxisConfiguration or the