JBoss Community

Re: Remote Tx Inflow: Proxying a transaction as an XAResource issue

created by Tom Jenkinson in JBoss Transactions Development - View the full discussion

Hi David,

 

I appreciate that totally, but the issue will still arise even if its more a case of:

 

sendRemotingRequest("commit");

byte response = receiveRemotingResponse();

switch (response) {

     case 3:

          throw new XAException(XAException.XAER_PROTO);

/// etc

}

Reply to this message by going to Community

Start a new discussion in JBoss Transactions Development at Community