refactor Xid handling
---------------------
Key: JBTM-653
URL:
https://jira.jboss.org/jira/browse/JBTM-653
Project: JBoss Transaction Manager
Issue Type: Task
Security Level: Public (Everyone can see)
Components: JTA, JTS, Transaction Core
Affects Versions: 4.8.0
Reporter: Jonathan Halliday
Assignee: Jonathan Halliday
Fix For: 4.9.0
Xid handling is a horrible mess. Creation is excruciatingly slow because XATxConverter
uses Uid.stringFrom, then promptly turns the string back into a bunch of bytes. XID has no
business being in ArjunaCore, or indeed externally exposed at all - it should be internal
to XidImple. Some static utility methods on XATxConverter and elsewhere would be better
off in XidImple too.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira