After migrating from Wildfly-8.2.0 to Wildfly-16.0.0, my JEE application launched normally and
displayed expected data read from (PostgreSql) database, but neither of the (insert/update/delete)
operations is saving to database (with no exception fired) !
I redeployed the same application on the old version of Wildfly and (insert/update/delete) operations worked.