Willem Jiang created CXF-4407: --------------------------------- Summary: Server.start() doesn't work after the Server.stop() is called when using Servlet transport Key: CXF-4407 URL: https://issues.apache.org/jira/browse/CXF-4407 Project: CXF Issue Type: Bug Components: Core Affects Versions: 2.6.1, 2.5.4, 2.4.8, 2.3.11 Reporter: Willem Jiang Assignee: Willem Jiang Fix For: 2.3.12, 2.4.9, 2.5.5, 2.6.2
As the getDestination().shutdown() is called when the server.stop() is called, the ServletDestination will remove the itself from the destination registry. It makes the server.start() will not work as we expected. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira