Hi,
I am trying integrate ObjectDB and Quarkus Framework.
Quarkus use Narayana/Arjuna transaction manager.
ObjectDB doesn't allow me to configure custom JNDI name or Transaction Manager class and method name.
Is there a hidden configuration property to set class and method name to use arjuna tm.
I would like to use "com.arjuna.ats.jta.UserTransaction.userTransaction()" instead of default one.
Thanks