Hi Jochen
> Hello again,
>
> I got a little question concerning the method public void
> destroy(ServiceContext serviceContext) inside a service-class.
>
> - When I have my service scope set to "request" - Is it right that
> this Method will never be called? I expected it to be called whatever
> scope is set.. Is it advisable to let my service implementation call
> this method on their own?
Well , Axis2 does not call destroy method when you deploy a service in
request scope by design.
In the meantime , when we deploy a service in request scope , we really
do not need to do any session management stuff. So I think it is ok not
to call the method.

Thanks
Deepal

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to