Wildfly crashing with hibernate-core-6.5.2.Final

I would strongly advise you to use container managed transactions and entity managers. Implementing this stuff by yourself is asking for trouble as you see for yourself.
You probably forget to close a session or commit/rollback a transaction somewhere.