Well ServiceLifeCycle class is different thing, anyway you may use that to do the initialization logic. As I remember correct when you deploy a service in application scope it should initialize the class system startup time, if that does not work then it is a bug.
Deepal rouble wrote: > Hi All, > > I have an "application" scope axis2 web service. I want the > ServiceClass to be instantiated on startup, as opposed to when the > first method is invoked. > > I found (and implemented) a ServiceLifeCycle class, but I don't know > how exactly to instantiate the ServiceClass from within the startup() > method. > > Any help will be appreciated. > > TIA, > rouble -- Thank you! http://blogs.deepal.org http://deepal.org
