Introduce commands to manage user transaction
[lgpl/argeo-commons.git] / org.argeo.security.ui.admin / src / org / argeo / security / ui / admin / views / UsersView.java
index 989b1975e84278b8cb8bab0aac3dd8225fda0063..6604e61061421e6d2f07df6a36d30b9e8b70ede2 100644 (file)
@@ -82,12 +82,12 @@ public class UsersView extends ViewPart implements ArgeoNames {
                // Really?
                userTableViewerCmp.refresh();
 
-               try {
-                       if (userTransaction != null)
-                               userTransaction.begin();
-               } catch (Exception e) {
-                       throw new ArgeoException("Cannot begin transaction", e);
-               }
+//             try {
+//                     if (userTransaction != null)
+//                             userTransaction.begin();
+//             } catch (Exception e) {
+//                     throw new ArgeoException("Cannot begin transaction", e);
+//             }
        }
 
        private class MyUserTableViewer extends UserTableViewer {