Hi all,
we are struggling with the following setup: WildFly 37, Java 17, Hibernate.
We recently noticed that there is a problem with transaction management when we integrate UCP in our application code and expose it via JNDI. Methods annotated as @transactional don’t roll back cleanly in case there are nested transactional methods, because some part is committed midway through the steps when an error occurs.
Then we saw the following post in this group: WIldfly with Oracle UCP, FCF and TAC and with this approach the transaction issue is resolved.
However, when discussing some configuration details with my favorite non-human friend, it pointed out that:
My questions now are:
Any pointers/ experiences welcome!
Thanks,
Stephan