facebook

How develop an Icefaces app with Geronimo?

  1. MyEclipse Archived
  2.  > 
  3. ICEfaces Integration
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #290820 Reply

    daniel_r
    Member

    Hi

    I’m using 6.5.0.GA MyEclipse with Geronimo 2.0.1 and ICEfaces 1.7.0 (all added from MyEclipse) using wizards…

    Its impossible to run even a simple webpage….

    I’m always getting the

    
    17:00:50,826 ERROR [[/myicetest]] StandardWrapper.Throwable
    
    java.lang.IllegalStateException: No Factories configured for this Application. This happens if the faces-initialization does not work at all - make sure that you properly include all configuration settings necessary for a basic faces application and that all the necessary libs are included. Also check the logging output of your web application and your container for any exceptions!
    
    If you did that and find nothing, the mistake might be due to the fact that you use some special web-containers which do not support registering context-listeners via TLD files and a context listener is not setup in your web.xml.
    
    A typical config looks like this;
    
    <listener>
    
      <listener-class>org.apache.myfaces.webapp.StartupServletContextListener</listener-class>
    
    </listener>
    
    

    I do have a listener inside web.xml

    
      <listener>
    
        <listener-class>com.icesoft.faces.util.event.servlet.ContextEventRepeater</listener-class>
    
      </listener>
    
     

    Also, my .war file works perfectly with tomcat 6.0.18 (and the MyEclipse Tomcat – 6.0.13)… So I guess it tells that all libs are included.

    Help….

    #290823 Reply

    Loyal Water
    Member

    daniel_r,
    Sounds like some Icefaces Geronimo issue since the project works fine with tomcat. You should cross post this query on the ICEFaces forums as well.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: How develop an Icefaces app with Geronimo?

You must be logged in to post in the forum log in