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 "Rich Scheuerle (JIRA)" <ji...@apache.org> on 2007/08/17 00:19:30 UTC

[jira] Commented: (AXIS2-3127) Null pointer exception in Axis2

    [ https://issues.apache.org/jira/browse/AXIS2-3127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520390 ] 

Rich Scheuerle commented on AXIS2-3127:
---------------------------------------

This patch is not yet correct.
The problem is that Handler.InvocationResponse has 2 equals methods.

The equals(InvocationResponse) method is redundant and could cause a NPE.

The solution is to remvoe the equals(InvocationResponse) method.

This problem was first discovered by Matthew Lovett.

Thanks, 
Scheu

> Null pointer exception in Axis2
> -------------------------------
>
>                 Key: AXIS2-3127
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3127
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: kernel
>         Environment: win
>            Reporter: Samuel Isokpunwu
>            Assignee: Rich Scheuerle
>         Attachments: hpatch.txt
>
>
> Added a null check to a method in org.apache.axis2.engine.Handler.java to prevent client apps from getting a NPE
> if the engine fails to successfully handle a given message.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org