You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Tobias Anstett <in...@tobiasanstett.de> on 2008/02/08 12:12:13 UTC

Axis2 request-response

Hi,

i have wrapped my request-response operations in transactions.
When i was debugging last time i have reached the client timeout limit - and
when i had finished debugging, the server sent a response to the "closed"
client => transaction committed.
Is there a method or way to detect that the client had its timeout ? So i
could mark the transaction for  timeout ...
The operations aren't idempotent because they contain infomration about
locks that would be released when commit occurs.

Regards, Tobias