Use JEE application mode for web.
authorMathieu Baudier <mbaudier@argeo.org>
Thu, 8 Oct 2015 09:41:35 +0000 (09:41 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Thu, 8 Oct 2015 09:41:35 +0000 (09:41 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@8462 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

org.argeo.cms/src/org/argeo/cms/util/SimpleApp.java

index 9f0e32037f7c9c78c3080ba8c97325f4a1d0a1ec..a15dd10f8444658f59d012e529e1adbc748deb58 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());