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 2002/08/19 14:21:57 UTC

DO NOT REPLY [Bug 11815] New: - 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

           Summary: ServiceLifecycle.destroy() never called when session is
                    destroyed
           Product: Axis
           Version: current (nightly)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Basic Architecture
        AssignedTo: axis-dev@xml.apache.org
        ReportedBy: mb@blumenstrasse.vol.at


When operating a service in session scope,  
ServiceLifeCycle.destroy() is never called when the session is ended.  
  
I verified this by attaching a debugger to tomcat and setting a breakpoint  
in the destroy method. It was never called although the tomcat manager  
confirmed that there was no session active any more.