-
Bug
-
Resolution: Done
-
Major
-
4.17.15
-
None
-
None
com.arjuna.ats.internal.jta.xa.XID
public String toString ()
{
//...
stringBuilder.append(", ");
for (int i = 0; i < bqual_length; i++)
//...
}
correct: stringBuilder.append(data[i+gtrid_length]);
The result is, that the Xid instances logged in log files are corrupted and multiple different Xid share the same String representation, which makes the logging information unusable