Introduce commands to manage user transaction
[lgpl/argeo-commons.git] / org.argeo.security.ui.admin / src / org / argeo / security / ui / admin / editors / UserEditor.java
index af6f5748e84a6c59c9d779bde6a23f852e28decd..485956b9a3cb504f046cb6c278992e6e8be8d8d3 100644 (file)
@@ -120,11 +120,11 @@ public class UserEditor extends FormEditor implements UserAdminConstants {
                commitPages(true);
                firePropertyChange(PROP_DIRTY);
                // FIXME transaction should be managed at a higher level
-               try {
-                       userTransaction.commit();
-               } catch (Exception e) {
-                       throw new ArgeoException("Could not save user editor", e);
-               }
+               // try {
+               // userTransaction.commit();
+               // } catch (Exception e) {
+               // throw new ArgeoException("Could not save user editor", e);
+               // }
        }
 
        @Override