For Administrators
Monitoring
Upgrade to the latest metrics codahale lib providing more metrics and fixes. Also note that metrics names have changed. Read more in our documentation.
Multi-Tabs Navigation
Nuxeo now handles multiple-tabs navigation without having a "cannot restore view" error. A new StateManager has been introduced in order to store ViewStates per conversation. In other words, when a user navigates to a new tab, a new conversation is started and its view states are saved separately. If the user comes back to an old tab, he will not have "view expired" exceptions anymore.
- By default, 4 conversation states are saved following a LRU policy (Least Recently Used).
- Each conversation state still has max 4 saved view states.
- This means that potentially, a maximum of 16 view states are saved in session.
You can adapt these settings using the apropriate parameters in nuxeo.conf.
Nuxeo.conf New Parameters
Parameter | Default Value | Description |
---|---|---|
nuxeo.jsf.numberOfConversationsInSession | 4 | Since 5.7.2, Parameter to control the number of conversation states that are saved in session. Each conversation holds a number of view states that is defined by nuxeo.jsf.numberOfViewsInSession |
nuxeo.jsf.numberOfViewsInSession | 4 | Since 5.7.2 (5.6-HF20) Parameter to control the JSF init parameter com.sun.faces.numberOfViewsInSession |
nuxeo.jsf.numberOfLogicalViews | 4 | Since 5.7.2 (5.6-HF20) Parameter to control the JSF init parameter com.sun.faces.numberOfLogicalViews |
nuxeo.notification.eMailSigner | The Nuxeo team | Signer of the sent e-mail. |