You are viewing a plain text version of this content. The canonical link for it is here.
Posted to sandesha-dev@ws.apache.org by "stefan stieglitz (JIRA)" <ji...@apache.org> on 2007/06/01 16:51:15 UTC

[jira] Issue Comment Edited: (SAND-13) InactivityTimeout events do not reach the application layer

    [ https://issues.apache.org/jira/browse/SAND-13?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500729 ] 

stefan stieglitz edited comment on SAND-13 at 6/1/07 7:50 AM:
--------------------------------------------------------------

Can be achived by writing a Callback that implements SandeshaListener.


 was:
Can be archived by writing a Callback that implements SandeshaListener.

> InactivityTimeout events do not reach the application layer
> -----------------------------------------------------------
>
>                 Key: SAND-13
>                 URL: https://issues.apache.org/jira/browse/SAND-13
>             Project: Sandesha
>          Issue Type: Bug
>         Environment: Axis2 1.1
> sandesha2 1.1
> Sample AsyncEchoClient
>            Reporter: stefan stieglitz
>            Assignee: Davanum Srinivas
>            Priority: Minor
>
> Sandesha provides an inactivity timeout configuration for timing out sequences. Reaching this timeout results in an exception in the SenderWorker object. This exception does not reach the application layer. There should be an exception or a send result that indicates the timeout.
> Effect:
> Callback objects are not notified that the message can not be delivered.
> Reproduction:
> - use an asynchronous client setup with separate listeners and a callback as in the AsyncEchoClient sample
> - use a (short) inactivityTimeout
> - wait without timeout for the callback to receive an event
> - start the application offline with no connection to the RMSampleService
> Resolution suggestions:
> - let SenderWorker initiate a call of Callback.onError( Exception )
> - let SenderWorker initiate a call of Callback.onComplete( AsyncResult ) with a SOAPFault result

-- 
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: sandesha-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: sandesha-dev-help@ws.apache.org