Hi all,

I am using Axis2 1.1 embedded in a Jetty Server. I need to manage services from my application register/unregister them... I create services and I add them with addService(AxisService service) method of the AxisConfiguration class. When I want to unregister service, I call removeService(String name) from the same class.
The problem is:
After service unregistration, it is still returned when I call getService(String name) (from the same AxisConfiguration instance again).

What I understand is that addService() create a AxisServiceGroup and removeService() does not remove this group. Is it really the required behaviour? Why do I have to call removeServiceGroup(); Why not having symmetric API (regsiterService/unregisterService)?

Regards
begin:vcard
fn:Christophe Hamerling
n:Hamerling;Christophe
org:EBM WebSourcing;PEtALS team
adr:10, avenue de l'Europe;;Parc technologique du canal;Ramonville Saint Agne;;31520;France
email;internet:[EMAIL PROTECTED]
title:Ingenieur R&D
tel;work:05.61.28.56.46
tel;cell:06.64.96.43.57
note;quoted-printable:Gtalk : [EMAIL PROTECTED]
	Skype : christophe.hamerling
url:http://www.ebmwebsourcing.com
version:2.1
end:vcard


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

Reply via email to