ICEfaces
  1. ICEfaces
  2. ICE-1273

Document com.sun.faces.config.ConfigureListener work-around in Release Notes to avoid JSF initialization problems

    Details

    • Type: Task Task
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.6
    • Fix Version/s: 1.6.2, 1.7DR#1, 1.7
    • Component/s: Sample Apps
    • Labels:
      None
    • Environment:
      Sun RI, Tomcat 5.5, JBoss 4.0.x
    • Workaround Exists:
      Yes
    • Workaround Description:
      Hide
      <listener>
      <listener-class>
      com.sun.faces.config.ConfigureListener
      </listener-class>
      </listener>
      Show
      <listener> <listener-class> com.sun.faces.config.ConfigureListener </listener-class> </listener>

      Description

      We continue to get a boat load of complaints about JSF initialization issues, mostly in Tomcat. A lot of these issues can be resolved simply by including the following listener in the web.xml:

      <listener>
      <listener-class>
      com.sun.faces.config.ConfigureListener
      </listener-class>
      </listener>

      I suggest we include this in all our sun ri-based demos.

        Activity

        Repository Revision Date User Message
        ICEsoft Public SVN Repository #15042 Mon Oct 29 14:52:41 MDT 2007 ken.fyten ICE-1273 - Initial draft update for 1.6.2 release.
        Files Changed
        Commit graph MODIFY /icefaces/branches/icefaces-1.6/icefaces/docs/ReleaseNotes.html
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #14603 Fri Aug 03 09:01:28 MDT 2007 arran.mccullough ICE-1273: Include com.sun.faces.config.ConfigureListener in Sample apps to avoid JSF initialization problems. Listener has been implemented to all sample applications including the tutorial sample applications.
        Files Changed
        Commit graph MODIFY /icefaces/trunk/icefaces/samples/tutorial/timezone2/web/WEB-INF/web.xml
        Commit graph MODIFY /icefaces/trunk/icefaces/samples/tutorial/timezone7/web/WEB-INF/web.xml
        Commit graph MODIFY /icefaces/trunk/icefaces/samples/tutorial/basicInputText/web/WEB-INF/web.xml
        Commit graph MODIFY /icefaces/trunk/icefaces/samples/component-showcase/conf/web.sunri.icefaces.ce.xml
        Commit graph MODIFY /icefaces/trunk/icefaces/samples/tutorial/timezone5/web/WEB-INF/web.xml
        Commit graph MODIFY /icefaces/trunk/icefaces/samples/tutorial/effects1/web/WEB-INF/web.xml
        Commit graph MODIFY /icefaces/trunk/icefaces/samples/address-demo/conf/web.sunri.icefaces.xml
        Commit graph MODIFY /icefaces/trunk/icefaces/samples/tutorial/timezone1/web/WEB-INF/web.xml
        Commit graph MODIFY /icefaces/trunk/icefaces/samples/tutorial/effects2/web/WEB-INF/web.xml
        Commit graph MODIFY /icefaces/trunk/icefaces/samples/tutorial/tiles/web/WEB-INF/web.xml
        Commit graph MODIFY /icefaces/trunk/icefaces/samples/auctionMonitor/config/web.sunri.icefaces.ce.xml
        Commit graph MODIFY /icefaces/trunk/icefaces/samples/tutorial/timezone3/web/WEB-INF/web.xml
        Commit graph MODIFY /icefaces/trunk/icefaces/samples/tutorial/timezone6/web/WEB-INF/web.xml
        Commit graph MODIFY /icefaces/trunk/icefaces/samples/tutorial/timezone4/web/WEB-INF/web.xml
        Commit graph MODIFY /icefaces/trunk/icefaces/samples/tutorial/dragdrop1/web/WEB-INF/web.xml
        Commit graph MODIFY /icefaces/trunk/icefaces/samples/tutorial/dragdrop2/web/WEB-INF/web.xml

          People

          • Assignee:
            Unassigned
            Reporter:
            Philip Breau
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: