Hi Manuel,
We are using a private application on WildFly, so I cannot provide any reproducer.
I'll try to explain the most the architecture.
On WildFly, we have our own application. This app is using SQL Server as database.
To import/export data into this application, we have external applications, using private API.
It's within those external applications that we have sometimes transactions exceptions.
Here is an example of code, using transactions:
Here is the code for "getTransaction()" method:
Sometimes, for any reason, an exception occured when the method "commit(transaction)" is called (please see previous attachment and server.log files).
Here is the code for commit() method:
Let me know if you see something, or need more information.
Best Regards