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
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]