Use SWT operation mode
[lgpl/argeo-commons.git] / org.argeo.cms / src / org / argeo / cms / util / SimpleApp.java
index a15dd10f8444658f59d012e529e1adbc748deb58..9f0e32037f7c9c78c3080ba8c97325f4a1d0a1ec 100644 (file)
@@ -58,8 +58,8 @@ public class SimpleApp implements CmsConstants, ApplicationConfiguration,
 
        public void configure(Application application) {
                try {
-                       // application.setOperationMode(OperationMode.SWT_COMPATIBILITY);
-                       application.setOperationMode(OperationMode.JEE_COMPATIBILITY);
+                       application.setOperationMode(OperationMode.SWT_COMPATIBILITY);
+                       // application.setOperationMode(OperationMode.JEE_COMPATIBILITY);
 
                        application.setExceptionHandler(new CmsExceptionHandler());