Improve CMS UI framework.
[lgpl/argeo-commons.git] / org.argeo.cms.ui.rap / src / org / argeo / cms / web / CmsWebEntryPoint.java
index 62786f5afa0e477a180db2547792514feda3df62..3d353d6b15ea18f816367ad574a6cbbe9fa5c40c 100644 (file)
@@ -158,8 +158,9 @@ public class CmsWebEntryPoint implements EntryPoint, CmsView, BrowserNavigationL
 
        @Override
        public void exception(final Throwable e) {
+               CmsFeedback.show("Unexpected exception in CMS", e).block();
                exception = e;
-               log.error("Unexpected exception in CMS", e);
+//             log.error("Unexpected exception in CMS", e);
                doRefresh();
        }