This content has been marked as final.
Show 2 replies
-
1. Re: Whether we should hande RuntimeExceptions arising from badly behaved XAResource implementations
marklittle Sep 16, 2014 8:05 AM (in response to tomjenkinson)Agreed. Although we could handle RuntimeExceptions with a suitable catch block, it then raises the question about which other non-spec compliant exceptions or errors should we also catch? Maybe a default catch (Throwable) would be the obvious choice, but that simply addresses the symptoms. Better to address the cause in the first place.
-
2. Re: Whether we should hande RuntimeExceptions arising from badly behaved XAResource implementations
tomjenkinson Sep 17, 2014 7:08 AM (in response to marklittle)As there doesn't appear to be any objections I will go with that approach. Thanks for the input Mark.