[jboss-dev-forums] [JBoss Transactions Development] - Re: Remote txinflow: XID changes
Tom Jenkinson
do-not-reply at jboss.com
Wed Oct 19 10:09:41 EDT 2011
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&containerType=14&container=2041]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20111019/fa035bb3/attachment.html
More information about the jboss-dev-forums
mailing list