Tom Jenkinson [
http://community.jboss.org/people/tomjenkinson] created the discussion
"Re: Remote Tx Inflow: Proxying a transaction as an XAResource issue"
To view the discussion, visit:
http://community.jboss.org/message/630091#630091
--------------------------------------------------------------
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
[
http://community.jboss.org/message/630091#630091]
Start a new discussion in JBoss Transactions Development at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]