I try to set up a DML statement on our persistence unit.
The persistence unit throws an exception:
javax.persistence.TransactionRequiredException:
Exception Description: No transaction is currently active
The problem is, that the database behind the persistence unit
does not support transactions. If i start a transaction and
commit/rollback it, even with a select statement, nothing happens.