Uploaded image for project: 'MyFaces Core'
  1. MyFaces Core
  2. MYFACES-4608

FACELETS_REFRESH_PERIOD Settings

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.3.10, 3.0.2, 2.3-next-M8, 4.0.1
    • 4.1.0-RC1
    • General
    • None

    Description

      Original issue came up in Quarkus conversation: https://github.com/quarkiverse/quarkus-primefaces/issues/75

      User had this setting in web.xml and was wondering why he could not hot reload pages in DEV Mode

          <context-param>
              <param-name>jakarta.faces.FACELETS_REFRESH_PERIOD</param-name>
              <param-value>-1</param-value>
          </context-param> 
      

      Question for the team based on what Mojarra is doing.

      1. In PRODUCTION mode should we force it to -1 and ignore the user setting like Mojarra does?
      2. If the value is not a positive number in DEV mode should we ignore it or log a warning?

       

      Any other ideas?

      Attachments

        Activity

          People

            Unassigned Unassigned
            melloware Melloware
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: