You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2003/10/18 18:45:00 UTC

DO NOT REPLY [Bug 11815] - ServiceLifecycle.destroy() never called when session is destroyed

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11815>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11815

ServiceLifecycle.destroy() never called when session is destroyed





------- Additional Comments From st946tbf@drexel.edu  2003-10-18 16:44 -------
This is very serious because of several reason.  Some resource will not be freed
if they use destroy() to do so.  But much much more serious is the memory
problem.  After running the server for a while, you get out of memory.  This
means that any application that relies on Session will not be able to axis. I
think this bug should be fixed right away as it's one of the most critical bug.