0 Replies Latest reply on Aug 30, 2007 4:48 PM by tim_ph

    Add Hibernate caching

    tim_ph

      To add EhCache for Hibernate second-level caching:

      1/. add ehcache.jar to ear directory
      2/. add <!-- Hibernate cache --> to application.xml (I hate this step why can't it load all jars in ear directory instead of looking for specified one here)

      ehcache-1.2.4.jar

      3/. add something like this to persistence.xml