-
Bug
-
Resolution: Done
-
Critical
-
7.2.4.GA
File system registry records are not deleted when prepare call reports read-only. The WFTC returns the XAResource.XA_RDONLY when there was no data changes done at the remote server. The WFTC then does not consider such resource as in-doubt (the registry does not add it with resourceInDoubt.resourceInDoubt(this)). That means that the XAResource.recover() does not return such resource and the record at data/ejb-xa-recovery is not deleted.
Note: the record would be deleted if the JVM restarts. Then all records from data/ejb-xa-recovery is loaded as in-doubt and the XAResource.recover() would manage them.
- clones
-
WFTC-78 XA file registry does not delete records when prepare reports READ ONLY
- Resolved
- is incorporated by
-
JBEAP-17940 (7.2.z) Upgrade wildfly-transaction-client from 1.1.6.Final-redhat-00001 to 1.1.8.Final-redhat-00001
- Closed
- is related to
-
WFLY-12762 Upgrade wildfly-transaction-client to 1.1.8.Final
- Closed