anonymous wrote :
| even if the transaction timeout was set successfully?
|
The problem really is whether you comply wit the javax XA API. So if you accept to set the
timeout then you should return XA_RBTIMEOUT and not XAERR_NOTA. As you have decided not to
return XA_RBTIMEOUT then setTransactionTimeout should always return false.
Arnaud
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4186416#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...