Now working with both hibernate and eclipselink
[utils] / security / impl / src / main / java / org / wamblee / usermgt / jpa / JpaGroupSet.java
index 2150b43a653f05d2ad5cc5946ed7af2ea3407432..a9d579e2b89a76561a319058cb9f168e780124bd 100644 (file)
@@ -46,6 +46,7 @@ public class JpaGroupSet implements GroupSet {
             return false;
         }
         em.persist(aGroup);
+        em.flush(); // to make sure the version is updated. 
         return true;
     }