3 Replies Latest reply on Nov 17, 2007 5:12 PM by dbgroups

    Seam 2.0.0.GA jpa failed in tomcat6

    dbgroups

      ant tomcat6 build successfully under ant-1.7.0 (and ant-1.6.5) with jdk1.6 (u2 and u3) (and jdk1_5_0_13). When deploy in tomcat 6.0.14 with hsqldb.jar in /lib, i have the following error (similar error happened to all other examples):

      INFO: Component: user, scope: SESSION, type: ENTITY_BEAN, class: org.jboss.seam.example.jpa.User

      Nov 12, 2007 1:42:35 AM org.jboss.seam.contexts.Contexts startup

      INFO: starting up: org.jboss.seam.ui.graphicImage.graphicImageResource

      Nov 12, 2007 1:42:35 AM org.jboss.seam.contexts.Contexts startup

      INFO: starting up: bookingDatabase

      Nov 12, 2007 1:42:35 AM org.apache.catalina.core.StandardContext start

      SEVERE: Error listenerStart

      Nov 12, 2007 1:42:35 AM org.apache.catalina.core.StandardContext start

      SEVERE: Context [/jboss-seam-jpa] startup failed due to previous errors


      I assume the distribution has most up to date configuration than instruction by michael yuan. How to fix this problem? Thanks.