I got an answet to that question here:
http://stackoverflow.com/questions/8713450/spring-tests-problems-with-rollback
This is H2 DMBS issue.
Type: Posts; User: Potejciak; Keyword(s):
I got an answet to that question here:
http://stackoverflow.com/questions/8713450/spring-tests-problems-with-rollback
This is H2 DMBS issue.
I have created Spring integration test in my application (Spring/Hibernate/H2)
The problem is, one test doesn't rollback properly, leaves some stuff in database and causes subsequent tests to fail....