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/11/24 16:06:32 UTC

DO NOT REPLY [Bug 14807] New: - Re/Undeploying doesn't clear session cache

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=14807>.
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=14807

Re/Undeploying doesn't clear session cache

           Summary: Re/Undeploying doesn't clear session cache
           Product: Axis
           Version: current (nightly)
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Deployment / Registries
        AssignedTo: axis-dev@xml.apache.org
        ReportedBy: dug@us.ibm.com


When a service is undeployed or redeployed it needs to be
removed from the session caches so that a new service object
will be created the next time its invoked.
Axis needs to remove the service object from the 2 sessions
in the Engine (the "session" one as well as the "application" one).