[ http://issues.apache.org/jira/browse/AXIS2-289?page=all ]
Eran Chinthaka resolved AXIS2-289:
----------------------------------
Resolution: Fixed
This is fixed with the latest introdution of the ServiceClients.
> CallBack.setComplete() not done when an error occures duing nonblocking
> invocation.
> -----------------------------------------------------------------------------------
>
> Key: AXIS2-289
> URL: http://issues.apache.org/jira/browse/AXIS2-289
> Project: Apache Axis 2.0 (Axis2)
> Type: Bug
> Components: client-api
> Versions: 0.92
> Reporter: Gopalakrishnan
>
> In class InOutMEPClient.NonBlockingInvocationWorker#doWork() we need to set
> the Callback status completion status to true when an exception happens. We
> need to do something like this :
> .....
> callback.setComplete(true);
> } catch (Exception e) {
> callback.reportError(e);
> ****** callback.setComplete(true); ****
> }
> ...
> Thanks
> gopal
--
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