Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-11423

Allow configuring the number of JSF logical views

    XMLWordPrintable

    Details

    • Type: Improvement
    • Status: Resolved
    • Priority: Critical
    • Resolution: Fixed
    • Affects Version/s: 5.6.0-HF04, 5.7.1
    • Fix Version/s: 5.6.0-HF26, 5.7.2
    • Component/s: Seam / JSF UI
    • Backlog priority:
      600
    • Impact type:
      API added
    • Upgrade notes:
      Hide

      It's now possible to configure both variables from the nuxeo.conf file using parameters "nuxeo.jsf.numberOfViewsInSession" and "nuxeo.jsf.numberOfLogicalViews" (set to 4 by default)

      Show
      It's now possible to configure both variables from the nuxeo.conf file using parameters "nuxeo.jsf.numberOfViewsInSession" and "nuxeo.jsf.numberOfLogicalViews" (set to 4 by default)

      Description

      The following JSF parameters are included in the nuxeo-platform-ui-web configuration, so they cannot be overriden by a custom configuration as JSF requires unique properties for these values in the final web.xml file.

      <context-param>
        <param-name>com.sun.faces.numberOfViewsInSession</param-name>
        <param-value>4</param-value>
      </context-param>
      <context-param>
        <param-name>com.sun.faces.numberOfLogicalViews</param-name>
        <param-value>4</param-value>
      </context-param>
      

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                0 Vote for this issue
                Watchers:
                4 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved:

                  Time Tracking

                  Estimated:
                  Original Estimate - 4 hours
                  4h
                  Remaining:
                  Remaining Estimate - 4 hours
                  4h
                  Logged:
                  Time Spent - Not Specified
                  Not Specified