0 Replies Latest reply on May 11, 2006 1:12 PM by dagi3d

    seam and resin

    dagi3d

      hi,
      I was wondering if it's possible to run a seam application under resin
      I tried to deploy the jboss-seam-registration war made for tomcat and I become the following error:

      [19:11:17.984] at java.lang.Thread.run(Thread.java:595)
      [19:11:17.984] Caused by: java.lang.IllegalStateException: No Factories configur ed for this Application - typically this is because a context listener is not se tup in your web.xml.
      [19:11:17.984] A typical config looks like this;
      [19:11:17.984] <listener>
      [19:11:17.984] <listener-class>org.apache.myfaces.webapp.StartupServletContext Listener</listener-class>
      [19:11:17.984] </listener>
      


      the thing is that in the web.xml the listener is already declared
      any idea?
      I tried it on resin 3.0.14

      thanks in advance