Problem After trying to perform some tests with updates configure in a standalone Agroal, Hibernate and flush operations with hibernate-agroal JTA test environment, there is a lack of documentation about this integration . As a result, I can ' m trying to make t find a reproducer configuration using hibernate, narayana and agroal that works as TransactionalConnectionProvider does . Same tests pass with TransactionalConnectionProvider It is also unclear whether the AgroalConnectionProvider needs to be modified to activate Agroal’s transaction integration or not (this can double the work that Hibernate does already if it uses JTA) .
A demo project could be helpful. |
|