5 Replies Latest reply on Sep 26, 2007 8:06 AM by thejavafreak

    Does the JPA/tomcat example require Embedded Jboss?

    matt.drees

      The readme is a little ambiguous, I think:


      It can be deployed in ... Tomcat without
      the EJB3 container.

      but later:

      Tomcat (the build is the same as JBoss 4.2.0 GA WAR):
      * Install Tomcat
      * Install Embeddable JBoss


      Looking at the structure, it looks like it was designed for pure Tomcat (using entity-transaction, etc), but it's missing some jars, I think (I tried to deploy it and get a java.lang.NoClassDefFoundError: javassist/bytecode/ClassFile exception. It also looks like it's missing hibernate jars). Could someone clear this up?