[jboss-dev-forums] [JBoss Transactions Development] - Re: proposal for Xid format change
jhalliday
do-not-reply at jboss.com
Wed Oct 28 10:45:03 EDT 2009
revision: putting the fixed length part first saves us a delimiter byte and simplifies the case where eisId info is not available:
gtrid = UidHelper.getBytes(tx_uid)+nodename.getBytes("UTF-8");
bqual = UidHelper.getBytes(new Uid())+eisId.getBytes("UTF-8");
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262728#4262728
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4262728
More information about the jboss-dev-forums
mailing list