Parameter with mode IN causes NullPointerException on Client side Unmarshal
---------------------------------------------------------------------------

                 Key: YOKO-169
                 URL: http://issues.apache.org/jira/browse/YOKO-169
             Project: Yoko - CORBA Server
          Issue Type: Bug
          Components: CorbaBinding
    Affects Versions: 1.0-incubating-M1
            Reporter: Darren Middleman
         Assigned To: Darren Middleman


An operation with an IN mode parameter can generate the following exception 
when mixed with parameters of other modes:

java.lang.NullPointerException
       at 
org.apache.yoko.bindings.corba.CorbaBindingImpl.addUnmarshalParams(CorbaBindingImpl.java:487)
       at 
org.apache.yoko.bindings.corba.CorbaBindingImpl.unmarshal(CorbaBindingImpl.java:403)
       at 
org.apache.yoko.bindings.corba.CorbaClientBinding.invoke(CorbaClientBinding.java:257)
       at 
org.objectweb.celtix.bus.jaxws.EndpointInvocationHandler.invokeSEIMethod(EndpointInvocationHandler.java:140)
       at 
org.objectweb.celtix.bus.jaxws.EndpointInvocationHandler.invoke(EndpointInvocationHandler.java:73)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to