-
Bug
-
Resolution: Done
-
Major
-
4.3.0.GA, 4.2.3.CP08
-
None
The XAResourceRecord save state method writes meta-data into the objectstore before attempting to Serialize and write the actual bytes for an XAResource that it believes, on the basis of it implementing the marker interface, is Serializable. If the serialization fails at runtime, the objectstore record is left in an invalid state and can cause the recovery pass to blow up in horrible ways.
We should obtain the byte[] representing the serialized resource before writing anything to the record so that this does not occur. If serialization fails, the record will therefore be useless but at least not otherwise broken.
- is duplicated by
-
JBTM-752 JBoss TM can not recover the failed XA resource if two XA resource join the transaction but only one XA resource fail to commit
- Closed
- is incorporated by
-
JBPAPP-3791 Upgrade JBossTS to 4.2.3 SP5 CP09
- Closed