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/04/04 00:22:35 UTC

DO NOT REPLY [Bug 18674] New: - Handler.cleanup() and Chain.cleanup() not called

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

Handler.cleanup() and Chain.cleanup() not called

           Summary: Handler.cleanup() and Chain.cleanup() not called
           Product: Axis
           Version: 1.1rc2
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Basic Architecture
        AssignedTo: axis-dev@ws.apache.org
        ReportedBy: chris.haddad@cobia.net


The Axis code is not calling the cleanup() routine for handlers derived from 
BasicHandler or Chains derived SimpleChain.

Should the AxisEngine cleanup() routine be the correct location to hook in the 
call?