tomcat6 memory leak ------------------- Key: XMLSCHEMA-18 URL: https://issues.apache.org/jira/browse/XMLSCHEMA-18 Project: XmlSchema Issue Type: Bug Affects Versions: XmlSchema 2.0.1 Environment: aix, java6, tomcat6, cxf 2.4.3 Reporter: Kate Jackson Priority: Minor
My webapp uses a simple webservice client created with cxf. When my webapp stops the following line is logged to catalina.out: Nov 4, 2011 10:18:07 AM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap SEVERE: The web application [/my.app] created a ThreadLocal with key of type [org.apache.ws.commons.schema.utils.CollectionFactory$1] (value [org.apache.ws.commons.schema.utils.CollectionFactory$1@5d315d31]) and a value of type [java.lang.Boolean] (value [false]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak. -- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@ws.apache.org For additional commands, e-mail: dev-h...@ws.apache.org