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 "Gopalakrishnan (JIRA)" <ji...@apache.org> on 2005/10/21 15:16:32 UTC

[jira] Created: (AXIS2-289) CallBack.setComplete() not done when an error occures duing nonblocking invocation.

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


[jira] Resolved: (AXIS2-289) CallBack.setComplete() not done when an error occures duing nonblocking invocation.

Posted by "Eran Chinthaka (JIRA)" <ji...@apache.org>.
     [ 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