Transaction Retries using JavaEE and CDI with CMTs
Dec 8, 2022 · 4 min read · In this post, we'll use the same concept as in Transaction Retries using JavaEE and CDI with BMTs. Only this time with container-managed transactions, or CMTs which is the default mode of operation with JTA. Transaction Retries in JavaEE This article...
Join discussion