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 "Steve Loughran (JIRA)" <ji...@apache.org> on 2005/09/22 16:22:28 UTC

[jira] Created: (AXIS2-237) NPE in Call.invokeNonBlocking when an operation is not recognised

NPE in Call.invokeNonBlocking when an operation is not recognised
-----------------------------------------------------------------

         Key: AXIS2-237
         URL: http://issues.apache.org/jira/browse/AXIS2-237
     Project: Apache Axis 2.0 (Axis2)
        Type: Bug
    Reporter: Steve Loughran



If I create a call with an operation that is not found, I get an NPE deep in the Call object 

java.lang.NullPointerException
	at org.apache.axis2.clientapi.Call.createOpDescAndFillInFlowInformation(Call.java:131)
	at org.apache.axis2.clientapi.Call.invokeBlocking(Call.java:87)
	at org.smartfrog.services.deployapi.binding.EndpointBinding.invokeBlocking(EndpointBinding.java:113)
	at org.smartfrog.services.deployapi.binding.EndpointBinding.invokeBlocking(EndpointBinding.java:128)

-- 
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


[jira] Resolved: (AXIS2-237) NPE in Call.invokeNonBlocking when an operation is not recognised

Posted by "Eran Chinthaka (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-237?page=all ]
     
Eran Chinthaka resolved AXIS2-237:
----------------------------------

    Resolution: Fixed

Fixed with latest ServiceClient impl by putting an anonymous operation

> NPE in Call.invokeNonBlocking when an operation is not recognised
> -----------------------------------------------------------------
>
>          Key: AXIS2-237
>          URL: http://issues.apache.org/jira/browse/AXIS2-237
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Bug
>     Reporter: Steve Loughran

>
> If I create a call with an operation that is not found, I get an NPE deep in the Call object 
> java.lang.NullPointerException
> 	at org.apache.axis2.clientapi.Call.createOpDescAndFillInFlowInformation(Call.java:131)
> 	at org.apache.axis2.clientapi.Call.invokeBlocking(Call.java:87)
> 	at org.smartfrog.services.deployapi.binding.EndpointBinding.invokeBlocking(EndpointBinding.java:113)
> 	at org.smartfrog.services.deployapi.binding.EndpointBinding.invokeBlocking(EndpointBinding.java:128)

-- 
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


[jira] Commented: (AXIS2-237) NPE in Call.invokeNonBlocking when an operation is not recognised

Posted by "Eran Chinthaka (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2-237?page=comments#action_12330248 ] 

Eran Chinthaka commented on AXIS2-237:
--------------------------------------

What is the desired behaviour, if operation not found ? I think its still on debate on the mailing list ...
I know NPE is not the solution, but for me to fix it, better to have an agreed answer

> NPE in Call.invokeNonBlocking when an operation is not recognised
> -----------------------------------------------------------------
>
>          Key: AXIS2-237
>          URL: http://issues.apache.org/jira/browse/AXIS2-237
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Bug
>     Reporter: Steve Loughran

>
> If I create a call with an operation that is not found, I get an NPE deep in the Call object 
> java.lang.NullPointerException
> 	at org.apache.axis2.clientapi.Call.createOpDescAndFillInFlowInformation(Call.java:131)
> 	at org.apache.axis2.clientapi.Call.invokeBlocking(Call.java:87)
> 	at org.smartfrog.services.deployapi.binding.EndpointBinding.invokeBlocking(EndpointBinding.java:113)
> 	at org.smartfrog.services.deployapi.binding.EndpointBinding.invokeBlocking(EndpointBinding.java:128)

-- 
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