-
Bug
-
Resolution: Done
-
Major
-
7.0.0.Alpha5
-
None
When H2 is used in-memory (the default maven profile) it keeps the data until the JVM is shutdown. This may leak the test data from the between the JDBC tests and the JPA tests.
Change the tests to clear the data before closing the cache manager involved.