ContextEventRepeater « IceFaces « JSF Q&A





1. java.lang.ClassNotFoundException: com.icesoft.faces.util.event.servlet.ContextEventRepeater    stackoverflow.com

java.lang.ClassNotFoundException: com.icesoft.faces.util.event.servlet.ContextEventRepeater Please suggest I am trying to configure ICEFaces on Tomcat

4. ContextEventRepeater    icefaces.org

Hi I have a icefaces 1.8.2 and jsf 1.2 web application. When I deploy my application to tomcat 6 I get this error: Code: 2011-02-15 12:19:09,512 [http-8080-2] ERROR org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/Precision] - Exception sending context initialized event to listener instance of class com.icesoft.faces.util.event.servlet.ContextEventRepeater java.lang.NullPointerException at com.icesoft.faces.util.event.servlet.ContextEventRepeater.contextInitialized(ContextEventRepeater.java:210) at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3972) at org.apache.catalina.core.StandardContext.start(StandardContext.java:4467) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:546) at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:637) at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:521) at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1359) at ...

5. ContextEventRepeater in ICEFACES 2    icefaces.org

Hi, I have found ContextEventRepeater(com.icesoft.faces.util.event.servlet.ContextEventRepeater) not being present in ICEFACES 2 build jars. It is in icefaces.jar (IceFaces 1.8 version). I tried searching but haven't found any relevant posts so posting here. Has this listener class been removed in Icefaces2 and replaced with something else? Without this listener class, my application doesn't gracefully shutdown when user session is expired. Any suggestions ...

6. ContextEventRepeater class not found error    icefaces.org

Philip: I selected "Enabled ICEfaces" from the application item's context menu. Edykory: I believe the process of "enabling" an application puts the necessary dependencies in the contexts lib directory, among other things. In fact, the complib related jars are in my app's /lib directory. That said, the class that tomcat is complaining about (com.icesoft.faces.util.event.servlet.ContextEventRepeater) doesn't appear to be in the app's ...

7. ContextEventRepeater    icefaces.org