ehcache « JBoss « JPA Q&A





1. Enabling ehcache statistics in jboss 4.2.1    stackoverflow.com

I've set hibernate.generate_statistics=true and now need to register the mbeans so I can see the statistics in the jmx console. I can't seem to get anywhere and this doesn't seem like ...

2. Configuring EhCache on JBoss    stackoverflow.com

Ok this is driving me crazy.... Server: JBoss 4.0.5 I have my hibernate-service.xml where I include the:

<attribute name="CacheProviderClass">
   org.hibernate.cache.EhCacheProvider
</attribute>
Which seems to work fine in terms of loading and getting the ...

4. How to use EhCache if I use JBoss + Hibernate?    forum.hibernate.org

I saw this article in hibernate web site. http://www.hibernate.org/66.html If I use Hibernate with JBoss I want to config my setting in jboss-service.xml . But the jboss-service.xml has not cache element in it. So how to use Cache in JBoss and how to write the jboss-service.xml? current file is: Code: ...