You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Colm O hEigeartaigh (JIRA)" <ji...@apache.org> on 2012/08/13 14:56:38 UTC

[jira] [Commented] (CXF-4407) Server.start() doesn't work after the Server.stop() is called when using Servlet transport

    [ https://issues.apache.org/jira/browse/CXF-4407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13433111#comment-13433111 ] 

Colm O hEigeartaigh commented on CXF-4407:
------------------------------------------


This appears to have caused a problem on the 2.4.x-fixes branch in systests/transports:

java.util.ConcurrentModificationException
	at java.util.AbstractList$Itr.checkForComodification(AbstractList.java:372)
	at java.util.AbstractList$Itr.next(AbstractList.java:343)
	at org.apache.cxf.systest.servlet.NoSpringServletClientTest.startServer(NoSpringServletClientTest.java:121)
	at org.apache.cxf.systest.servlet.NoSpringServletClientTest.testStartAndStopServer(NoSpringServletClientTest.java:106)

Colm.
                
> 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.3.11, 2.4.8, 2.5.4, 2.6.1
>            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