On 11/2/12 4:11 PM, Shing Wai Chan wrote:
> As mentioned in SERVLET_SPEC-17, we would like to clarify the behavior
> when an AsyncListener throws an exception.
> I suggest that if #onStartAsync, #onComplete and #onTimeout have
> failures, then #onError should be called.
> Then it will give a chance for the listener to clean up resources.
> If #onError has an error, then we should logged the exception and mark
> the request in error state.
> Any comments?
There is no comment on this from expert group.
I will assume this is an agreement if there is no comment by Friday COB.
>
> Shing Wai Chan