Chamikara Jayalath wrote:
Hi,

Since u created the ConfigurationContext you will have to call following methods.

serviceClient.cleanup ();
configurationContext.terminate ();

But due to a bug in Axis2 this will work only if you have done an inOut addressable message exchange. Basically my module.shutdown() method only get called if the ListnerManager has been started which only happens in the InOut case. Think deepal fixed this but will only be available in the next version.

Until then what we can do is getting the Sandesha Module object from the configurationcontext and calling the shutdown () method. (I know its ugly :-( )

I don't know how to get a module with the configContext object pleased ?

Jérôme

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

Reply via email to