You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by Bharath Ganesh <bh...@gmail.com> on 2008/01/28 10:39:55 UTC

Memory leak at WSDLManagerImpl

Hi

We could figure out a memory leak at WSDLManagerImpl. The wsdl definitions
are put into a WeakHashMap, against a String and URL key. But the keys
always seem to remain strongly referenced  leaving the entries to always
remain in the map.

On profiling it was found that the entries were existing in the map even
after the endpoint was stopped. But the profiler was unable to show the
strong reference graph to the key.

Is this a known issue?

Thanks
Bharath