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/03/11 17:05:54 UTC

DO NOT REPLY [Bug 17881] New: - "out only" parameter when using JAX-RPC cause NullPointerException

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

"out only" parameter when using JAX-RPC cause NullPointerException

           Summary: "out only" parameter when using JAX-RPC cause
                    NullPointerException
           Product: Axis
           Version: 1.1rc2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Basic Architecture
        AssignedTo: axis-dev@ws.apache.org
        ReportedBy: stuart.wheater@arjuna.com


The problem is that when using JAX-RPC, if the WSDL indicates an "out" only 
parameter (not result), the corresponding holder is null.

Stuart.

(could be related to be related to bug #17177)