3 Replies Latest reply on Nov 19, 2007 9:05 AM by krismcg

    Seam 2.0 + JSF 1.2 + Tomcat 5.5

    krismcg

      I am attempting to get the registration example app to work in Tomcat 5.5. I am using the following technologies:
      Seam 2.0
      Tomcat 5.5
      JSF 1.2

      I ran the "tomcat.deploy" build target from the jboss-seam-registration example app. The app deployed successfully, however, upon processing a submit, I receive the error:

      org.jboss.seam.InstantiationException: Could not instantiate Seam component: register
      org.jboss.seam.Component.newInstance(Component.java:1962)
      ...

      root cause

      javax.naming.NameNotFoundException: Name jboss-seam-registration is not bound in this Context
      org.apache.naming.NamingContext.lookup(NamingContext.java:770)



      I am new to SEAM, but it looks powerful, and I really want to incorporate it in our website. Any help is appreciated.
      Thanks!
      -Kris