Thanks for your advise, -alan
I am attempting to write a transactional WS. The client will be setting
an SOTimeout on the connection. On the server side I would like to
catch the IOException (broken pipe) and roll back a UserTransaction.
Unfortunatly I have discovered the IOException is caught in the
Message.writeTo() and is dropped on the floor. IOException is already
in the throws. Why are these exceptions drop at this point? If I
modified to rethrow the exceptions would this break something else?
- Re: dropped exceptions in Message.writeTo() Alan George
- Re: dropped exceptions in Message.writeTo() Chris Haddad
- Re: dropped exceptions in Message.writeTo() Alan George
- Re: dropped exceptions in Message.writeTo() Davanum Srinivas
- Re: dropped exceptions in Message.writeTo() Steve Loughran
- Re: dropped exceptions in Message.writeT... Alan George
- Re: dropped exceptions in Message.w... Steve Loughran