3 Replies Latest reply on Jun 23, 2009 7:27 AM by adamw

    Envers 1.2.1 Hibernate dependancies

    sam-user

      Hello,
      I have a seam application running on JBoss 4.2.3 using Java 6.
      I would like to add envers 1.2.1 but I keep having problems with hibernatate dependancies. I downloaded the latest hibernate core, entity manager and annotations packages, but I kept getting all sort of messages for missing classes.

      Could someone, please, tell me exactly which hibernate jars with which versions, this version of envers requires to work properly.

      These are the jars I added to my application, but as I said - kept getting error messages during deployment.

      hibernate-annotations.jar (3.4.0.GA)
      hibernate-commons-annotations.jar(3.1.0.GA)
      hibernate-core.jar(3.3.0.SP1)
      hibernate-entitymanager.jar(3.4.0.GA)
      hibernate-validator.jar(3.1.0.GA)
      hibernate3.jar
      javassist-3.4.GA.jar
      slf4j-api-1.5.8.jar
      slf4j-simple-1.5.8.jar


      Thank you.