You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is tracker for introducing a solution. Do any Jakarta EE implementations have a consistent way for non-component code to get access to the TransactionSynchronizationRegistry?
The text was updated successfully, but these errors were encountered:
As per https://jakarta.ee/specifications/transactions/2.0/apidocs/jakarta/transaction/transactionsynchronizationregistry, applications can look up the TransactionSynchronizationRegistry via java:comp/TransactionSynchronizationRegistry unless the application code that needs that is not part of an application component (e.g. in which case no access to java:comp namespace).
This is tracker for introducing a solution. Do any Jakarta EE implementations have a consistent way for non-component code to get access to the TransactionSynchronizationRegistry?
The text was updated successfully, but these errors were encountered: