@ -142,7 +142,7 @@ public class OpenSessionInViewInterceptor implements AsyncWebRequestInterceptor
@@ -142,7 +142,7 @@ public class OpenSessionInViewInterceptor implements AsyncWebRequestInterceptor
@ -218,10 +218,10 @@ public abstract class AbstractEntityManagerFactoryBean implements
@@ -218,10 +218,10 @@ public abstract class AbstractEntityManagerFactoryBean implements
@ -228,9 +228,9 @@ public class JpaTransactionManager extends AbstractPlatformTransactionManager
@@ -228,9 +228,9 @@ public class JpaTransactionManager extends AbstractPlatformTransactionManager
@ -119,7 +119,7 @@ public class ApplicationManagedEntityManagerIntegrationTests extends AbstractEnt
@@ -119,7 +119,7 @@ public class ApplicationManagedEntityManagerIntegrationTests extends AbstractEnt
doInstantiateAndSave(em);
setComplete();
endTransaction();// Should rollback
endTransaction();// Should rollback
assertThat(countRowsInTable(em,"person")).as("Tx must have committed back").isEqualTo(1);
// Now clean up the database
@ -139,7 +139,7 @@ public class ApplicationManagedEntityManagerIntegrationTests extends AbstractEnt
@@ -139,7 +139,7 @@ public class ApplicationManagedEntityManagerIntegrationTests extends AbstractEnt
assertThat(countRowsInTable(em,"person")).as("Tx must have been rolled back").isEqualTo(0);
}
@ -150,7 +150,7 @@ public class ApplicationManagedEntityManagerIntegrationTests extends AbstractEnt
@@ -150,7 +150,7 @@ public class ApplicationManagedEntityManagerIntegrationTests extends AbstractEnt
doInstantiateAndSave(em);
setComplete();
endTransaction();// Should rollback
endTransaction();// Should rollback
assertThat(countRowsInTable(em,"person")).as("Tx must have committed back").isEqualTo(1);
@ -139,7 +139,7 @@ public class ContainerManagedEntityManagerIntegrationTests extends AbstractEntit
@@ -139,7 +139,7 @@ public class ContainerManagedEntityManagerIntegrationTests extends AbstractEntit
doInstantiateAndSave(em);
setComplete();
endTransaction();// Should rollback
endTransaction();// Should rollback
assertThat(countRowsInTable(em,"person")).as("Tx must have committed back").isEqualTo(1);
// Now clean up the database
@ -150,7 +150,7 @@ public class ContainerManagedEntityManagerIntegrationTests extends AbstractEntit
@@ -150,7 +150,7 @@ public class ContainerManagedEntityManagerIntegrationTests extends AbstractEntit
assertThat(countRowsInTable(em,"person")).as("Tx must have been rolled back").isEqualTo(0);
}
@ -159,7 +159,7 @@ public class ContainerManagedEntityManagerIntegrationTests extends AbstractEntit
@@ -159,7 +159,7 @@ public class ContainerManagedEntityManagerIntegrationTests extends AbstractEntit