Re: WSDLManager.removeDefinition method is not always working

2019-10-31 Thread arkadyz
Hi, here the link to jira: https://issues.apache.org/jira/browse/CXF-8142 Thanks, Arkady -- Sent from: http://cxf.547215.n5.nabble.com/cxf-dev-f569328.html

Re: WSDLManager.removeDefinition method is not always working

2019-10-31 Thread Colm O hEigeartaigh
Hi, Could you create a JIRA instead and attach the project there? Attachments are filtered out on the mailing list. Colm. On Tue, Oct 29, 2019 at 7:59 AM arkadyz wrote: > Of course: > > 1. Following jars included: > > cxf-rt-wsdl-3.3.3.jar > cxf-core-3.3.3.jar > wsdl4j-1.6.3.jar > woodstox-cor

Re: WSDLManager.removeDefinition method is not always working

2019-10-29 Thread arkadyz
Of course: 1. Following jars included: cxf-rt-wsdl-3.3.3.jar cxf-core-3.3.3.jar wsdl4j-1.6.3.jar woodstox-core-5.0.3.jar cxf-rt-transports-http-3.3.3.jar cxf-rt-bindings-soap-3.3.3.jar cxf-rt-databinding-aegis-3.3.3.jar cxf-rt-frontend-simple-3.3.3.jar stax2-api-3.1.4.jar 2. Main function: publ

Re: WSDLManager.removeDefinition method is not always working

2019-10-28 Thread Dennis Kieselhorst
Hi Arkady! > I tested on version 3.3.3 and still has problems. > Can you provide us with a testcase that reproduces the issue? Cheers Dennis

Re: WSDLManager.removeDefinition method is not always working

2019-10-28 Thread arkadyz
Hi, Dennis I tested on version 3.3.3 and still has problems. Thanks, Arkady -- Sent from: http://cxf.547215.n5.nabble.com/cxf-dev-f569328.html

Re: WSDLManager.removeDefinition method is not always working

2019-10-24 Thread Dennis Kieselhorst
Hi Arkady! > Can you please provide link to the bug ? > > I would like to know which jars/classes were fixed exactly. It started with this one https://issues.apache.org/jira/browse/CXF-5407 but additional fixes have been made in https://issues.apache.org/jira/browse/CXF-7076 and https://issues.apa

Re: WSDLManager.removeDefinition method is not always working

2019-10-24 Thread arkadyz
Hi, Dennis Can you please provide link to the bug ? I would like to know which jars/classes were fixed exactly. Thanks, Arkady -- Sent from: http://cxf.547215.n5.nabble.com/cxf-dev-f569328.html

Re: WSDLManager.removeDefinition method is not always working

2019-10-24 Thread Dennis Kieselhorst
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.remo

WSDLManager.removeDefinition method is not always working

2019-10-24 Thread arkadyz
Hi, I am using Wildfly 11 with cxf-core-3.1.12 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(w