Hi
We use Spring' JpaTransactionManager with hiberate persistence.xml using LocalContainerEntityManagerFactoryBean. I tried to rollback a transaction by explicitly throwing a Runtime excpetion. But all the data in 3 different JPA Entities is committed.

How to rollback a transaction using Spring+JPA+Hibernate?

Thanks in adv