Re: Is there any way to get a callback when the response has been sent all the way to the client? ie "commit after response"?

2009-10-23 Thread Kent Närling
2009/10/22 Daniel Kulp > On Thu October 22 2009 3:31:15 am Kent Närling wrote: > > In a CXF webservice implementation on the server, is there any way of > being > > able to log/track wether the client received the response? > > > > eg. to only do a final commit on a transaction after the response

Re: Is there any way to get a callback when the response has been sent all the way to the client? ie "commit after response"?

2009-10-22 Thread Daniel Kulp
On Thu October 22 2009 3:31:15 am Kent Närling wrote: > In a CXF webservice implementation on the server, is there any way of being > able to log/track wether the client received the response? > > eg. to only do a final commit on a transaction after the response has been > sent in full to the clie

Is there any way to get a callback when the response has been sent all the way to the client? ie "commit after response"?

2009-10-22 Thread Kent Närling
In a CXF webservice implementation on the server, is there any way of being able to log/track wether the client received the response? eg. to only do a final commit on a transaction after the response has been sent in full to the client? I know this would never be perfect, but it should be at lea