Use SWT operation mode
authorMathieu Baudier <mbaudier@argeo.org>
Mon, 12 Oct 2015 07:10:02 +0000 (07:10 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Mon, 12 Oct 2015 07:10:02 +0000 (07:10 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@8471 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

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());