Hi!

> I put attention the method "removeDefinition" of WSDLManager doesn't always
> actually remove definition.
> 
> Bus bus = BusFactory.getDefaultBus();
> WSDLManager wsdlManager = bus.getExtension(WSDLManager.class);
> Definition def = wsdlManager.getDefinition(wsdlLocation);
> wsdlManager.removeDefinition(def);
> 
> // In most of cases returns true
> wsdlManager.getDefinitions().containsKey(wsdlLocation)
> 
> Did someone face to this issue ?

There was a bug in the past and multiple fixes have been made since then. Could 
you please try 3.1.18 or even better 3.3.3 which is the latest release?

Best,
Dennis

Reply via email to