Tom Jenkinson [
http://community.jboss.org/people/tomjenkinson] created the discussion
"Re: Remote txinflow: XID changes"
To view the discussion, visit:
http://community.jboss.org/message/632523#632523
--------------------------------------------------------------
Sure, but like I mentioned above. I haven't really altered the XID creation too much.
Basically, the old structure is:
XidImple(OLD)
int formatId
byte[] gtrid { UID + nodeName:String }
byte[] bqual { UID + eisName:String }
XidImple(NEW)
int formatId
byte[] gtrid { UID + nodeName:int }
byte[] bqual { UID + nodeName:int + nodeName:int + eisName:String}
Generating the two should be fairly similar shouldn't it? Or maybe I am missing
something? To create a harness to test this would require both XidImple to be present
(which as the new one replaced the old one would mean two builds of TS).
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/632523#632523]
Start a new discussion in JBoss Transactions Development at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]