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 "Samuel Isokpunwu (JIRA)" <ji...@apache.org> on 2007/08/16 20:31:30 UTC

[jira] Updated: (AXIS2-3126) NPE when parsing Async resonse in jaxws client side

     [ https://issues.apache.org/jira/browse/AXIS2-3126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Samuel Isokpunwu updated AXIS2-3126:
------------------------------------

    Attachment: a69541patch.txt

A patch to resolve problem

> NPE when parsing Async resonse in jaxws client side 
> ----------------------------------------------------
>
>                 Key: AXIS2-3126
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3126
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: jaxws
>         Environment: Win
>            Reporter: Samuel Isokpunwu
>            Assignee: Rich Scheuerle
>         Attachments: a69541patch.txt
>
>
> Trying to push Mike Rheinheimer's fix, with few modifications, to the apache community source.
> The webcontainer tries to clean up its threads as fast as possible, which can mean that once it "drops off" the async response, and the JAXWS layer takes its time processing that response, the inputstream object under it can get nulled out, resulting in an NPE in the parser.
> AsyncResponse now processes the response right away in onComplete() or onError() rather than waiting until a poll comes through to call get()

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