Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] eclipselink.jdbc.batch-writing

When I add the <property name="eclipselink.jdbc.batch-writing" value="Oracle-JDBC" /> to my persistence.xml

I get the following error when the transaction tries to commit:

javax.persistence.RollbackException: Transaction rolled back because transaction was set to RollbackOnly.

Can anyone tell me why this exception is thrown?

thanks,
Leon


Back to the top