ICEfaces
  1. ICEfaces
  2. ICE-8584

Enhancements to the ICEfaces 1.8 to 3.0 Migration Guide

    Details

    • Type: Improvement Improvement
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 3.1, EE-3.0.0.GA_P01
    • Fix Version/s: 3.2
    • Component/s: None
    • Labels:
      None
    • Environment:
      All
    • Affects:
      Documentation (User Guide, Ref. Guide, etc.)

      Description


      The following additions could be made to the migration guide as it might prevent issues found by users on migration.

       - Step 3c: Suggestion is to separate the url-pattern values to their own servlet-mapping. For example:

          <servlet-mapping>
              <servlet-name>Faces Servlet</servlet-name>
              <url-pattern>*.jsf</url-pattern>
            </servlet-mapping>
          <servlet-mapping>
              <servlet-name>Faces Servlet</servlet-name>
                <url-pattern>/icefaces/*</url-pattern>
          </servlet-mapping>

       - Add a reference to removing the ContextEventRepeater from the web.xml
       - Add a suggestion to change context-param facelets.REFRESH_PERIOD to javax.faces.FACELETS_REFRESH_PERIOD in web.xml


        Activity

        There are no subversion log entries for this issue yet.

          People

          • Assignee:
            Deryk Sinotte
            Reporter:
            Arran Mccullough
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: