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

        Hide
        Arran Mccullough added a comment - - edited

        Support Case #11624

        Show
        Arran Mccullough added a comment - - edited Support Case #11624
        Hide
        Deryk Sinotte added a comment - - edited
        Show
        Deryk Sinotte added a comment - - edited I've made the recommended changes to the tutorial: http://wiki.icesoft.org/display/ICE/Converting+ICEfaces+1.8+Applications+to+ICEfaces+3

          People

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

            Dates

            • Created:
              Updated:
              Resolved: