-
Bug
-
Resolution: Done
-
Blocker
-
None
https://github.com/wildfly/wildfly/blob/master/transactions/src/main/java/org/jboss/as/txn/service/CMResourceService.java#L83 does not remove the JNDI name from the list of names that Narayana will treat as CMR resources as it is removed from a copy of the map: https://github.com/jbosstm/narayana/blob/48818111d12d2e51b52082a00bcb606040c36546/ArjunaJTA/jta/classes/com/arjuna/ats/jta/common/JTAEnvironmentBean.java#L1089
This means that if Narayana encounters another resource at a later time with the same JNDI name it will consider it is a CMR resource.
- is incorporated by
-
JBEAP-19911 (7.3.z) Undeployed CMR resource JNDI names are not deregisted as needing to be treated as CMR
- Closed
- is related to
-
WFLY-13632 If a CMR resource is deployed concurrently then it will overwrite the list of resources that are expected to behave as CMR
- Closed
- relates to
-
JBTM-3357 Do not cache CMR configuration properties
- Open