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

Config Parameter for refresh Period is never retrieved

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.2.1
    • 1.1.6
    • General
    • None
    • facelets, tomahawk, facelets

    Description

      The parameter org.apache.myfaces.CONFIG_REFRESH_PERIOD is never read, because the method getLongInitParameter will always throw a NumberFormatException. This happens because the parameter name is passed in to get parsed, not the value:

      ---->>>>> LINE 256 in MyfacesConfig.java

      return Long.parseLong(paramName);

      <<<<<<------

      Attachments

        Activity

          People

            lu4242 Leonardo Uribe
            bimsimsala bim sim sala
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: