[ http://issues.apache.org/jira/browse/AXIS-2255?page=comments#action_12331852 ]
Zhan Yi commented on AXIS-2255: ------------------------------- After I call a web service which will return large collection of data, if I don't free the generated stub (org.apache.axis.client.Stub), large memory are not garbage collected. So i think it is a leak. >From the free tool, after more investigate, I see even more leak objects. So I recommend use a profiler to investigate the code. > client side memory leak > ----------------------- > > Key: AXIS-2255 > URL: http://issues.apache.org/jira/browse/AXIS-2255 > Project: Apache Axis > Type: Bug > Versions: 1.2.1 > Environment: windows 2003 Server, Sun JDK 1.5.0_05 > Reporter: Zhan Yi > Priority: Blocker > Attachments: memory-leak.PNG > > I use wsdl2java generated code as client code. > From netbeans profiler, I found there is a memory leak on > org.apache.axis.message.MessageElement. See attach image for detail. > I hope someone will help. > thank you -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
