mysql « Test « JPA Q&A





1. JPA RollbackException but not in unit test    stackoverflow.com

I have a java project with a collection of unit tests that perform simple updates, deletes using JPA2. The unit tests run without a problem, and I can verify the changes ...