the stopServer() method in ServerLifeCycleListener has been invoked twice when
a service stopped
------------------------------------------------------------------------------------------------
Key: CXF-3700
URL: https://issues.apache.org/jira/browse/CXF-3700
Project: CXF
Issue Type: Bug
Components: Core
Affects Versions: 2.4.1, 2.5
Reporter: Xilai Dai
when implemented a ServerLifeCycleListener and register it to Bus, the
stopServer() method in ServerLifeCycleListener will be invoked twice when
stopped service.
public class ServiceListenerImpl implements ServerLifeCycleListener{
public void stopServer(Server server) {
......
}
}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira