CXF Decoupled Endpoints are not getting cleaned up properly even after bus.Shutdown() in org.apache.cxf.systest.ws.rm.SequenceTest. -----------------------------------------------------------------------------------------------------------------------------------
Key: CXF-1652 URL: https://issues.apache.org/jira/browse/CXF-1652 Project: CXF Issue Type: Bug Components: Transports Affects Versions: 2.0.6 Reporter: Ulhas Bhole I am getting some test failures in ServiceMix test related to CXF which points to lingering Decoupled endpoints started by some previous test. So I tried org.apache.cxf.systest.ws.rm.SequenceTest from CXF Systest module and debugged it in Eclipse and see the same behaviour. If you monitor the threads each test that starts decoupled endpoint never get cleaned up and jetty therads keep listening on those ports. how To reproduce: Run org.apache.cxf.systest.ws.rm.SequenceTest from eclipse and monitor debug stack trace. You will see the list of threads running with listener on port 9999,9998,9997 .... -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.