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 2004/01/26 01:01:19 UTC

DO NOT REPLY [Bug 26424] New: - Inconsistent invocation of JAX-RPC handlers

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

Inconsistent invocation of JAX-RPC handlers

           Summary: Inconsistent invocation of JAX-RPC handlers
           Product: Axis
           Version: current (nightly)
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Basic Architecture
        AssignedTo: axis-dev@ws.apache.org
        ReportedBy: thilo.frotscher@web.de


On the client side, JAX-RPC handlers are invoked between the global chain and
the TRANSPORT-specific chain. On the server side, they are invoked between the
global chain and the SERVICE-specific chain. This is inconsistent and leads to
errors, when there are handlers in the global chain and in the JAX-RPC-chain,
whose order matters, e.g. one encrypts/decrypts, the other zips, unzips.