Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] RollbackException: Transaction rolled back because transaction was set to RollbackOnly

Hello

I get the following error while I try to commit the transaction.
- javax.persistence.RollbackException: Transaction rolled back because transaction was set to RollbackOnly.

In the transaction there were some SQL exceptions that I logged using a try{}catch{}
But still I want the transaction to commit.

I that possible?

Leon


Back to the top