when web container be redeployed WebServiceContextImpl's static atrribute
ThreadLocal<MessageContext> may not be release successfully.
--------------------------------------------------------------------------------------------------------------------------------------
Key: CXF-3758
URL: https://issues.apache.org/jira/browse/CXF-3758
Project: CXF
Issue Type: Bug
Components: Core
Affects Versions: 2.4.2
Environment: tomcat
Reporter: qiu zhan bo
when I redeploy cxf application in tomcat 7,I found some log indicate that
ThreadLocal<MessageContext> object may not be release successfully,When I
implements GenericServlet's destroy method as follows:
@Override
public void destroy() {
WebServiceContextImpl.clear();
}
this bug been fixed。
there may be some other resources not be destroy as above。
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira