pls create a JIRA

Thanks
Deepal

Punnoose, Roshan wrote:

> Hi,
>
>  
>
> If I use the ServiceClient to connect to my web service, but the web
> service endpoint is not up, I should get a COnnectionException and my
> callback should complete. However, because the
> TransportNonBlockingInvocationWorker does not update the callback to
> complete, it will just log the message during its thread (which is
> underneath). Any ideas?
>
>  
>
>  
>
> public void run() {
>
>             try {
>
>                 while (!done) {
>
>                     sender.invoke(msgctx);
>
>                     done = true;
>
>                 }
>
>             } catch (Exception e) {
>
>                 log.info(e.getMessage());
>
>             }
>
>         }
>
>     }
>
> }
>
>  
>
> **Roshan Punnoose**
>
> Phone: 301-497-6039
>
>  
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>

-- 
Thanks,
Deepal
................................................................
~Future is Open~ 




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to