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/15 15:13:35 UTC

DO NOT REPLY [Bug 11720] New: - Chains shouldn't call onFault when not calling invoke()

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

Chains shouldn't call onFault when not calling invoke()

           Summary: Chains shouldn't call onFault when not calling invoke()
           Product: Axis
           Version: current (nightly)
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Basic Architecture
        AssignedTo: axis-dev@xml.apache.org
        ReportedBy: dug@us.ibm.com
                CC: axis-dev@xml.apache.org


When chains are invoked for purposes other than invoke() (such as WSDL
processing), and one of the handlers throws a Fault then onFault() 
method will be called for all previously called handlers.  This could
cause problems since the onFault() method will probably be coded up to
fix-up any processing from a call to invoke() not one of the other 
possible methods.