2 Replies Latest reply on Oct 30, 2009 5:03 AM by ndario

    EhCacheProvider and Jboss5.1

    ndario

      I am trying to deploy my application that is configured with hibernate+ehcache but hibernate.jar that is ditributed with JBoss5.1 does not contain org.hibernate.cache.EhCacheProvider class so deployment fails because entity manager factory can not be created.

      I think it is really strange that some classes are removed from hibernate.jar in jboss. What am I supposed to do now? I don't dare to replace hibernate jars from jboss because they are very different form hibernate jars that you download from hibernate's site.

      Thanks for any advice.