I made the changes and commit the code. Thanks Deepal
Christophe Hamerling - EBM WebSourcing wrote: > 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 > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > -- Thanks, Deepal ................................................................ "The highest tower is built one brick at a time" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
