provider « Cache « JPA Q&A





3. Problems with the cache provider    forum.hibernate.org

Hi, I'm using Hibernate3.0 with Oracle 10g, I'm running some JUnit tests from an Ant script. I also use AspectJ in order to open and close the transactions. Well the problem happens when I'm trying to run any of this test and the cacheProvider can no be instantiate: Quote: org.hibernate.HibernateException: could not instantiate CacheProvider: org.hibernate.cache.HashtableCacheProvider at org.hibernate.cfg.SettingsFactory.createCacheProvider(SettingsFactory.java:326) at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:219) at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:1463) ...

4. Any good Hibernate second level cache provider?    forum.hibernate.org

Hi, We have a J2EE application on JBoss-3.2.3 with Hibernate-2.1.3 deployed as a MBean. We have enabled second-level cache on the hibernate object and are using JBossCache1.2 for the same. The cache-usage is "transactional". Currently, we are facing a lot of issues in case of multi user scenario related to JBossCache(pessimistic locking issues). So, can anyone suggest any other cache provider(that ...

6. EHCache provider closes the CacheManager    forum.hibernate.org

Using hibernate in combination with something else that uses EHCache gives problems. The 'something else' in my case is code of my own where I need specific caching (using EHCache). The problem can be described as follows: EHCache provides a CacheManager, which (in version 1.1) is a singleton. The CacheManager is used to manage caches (creating new caches, constructing previously configured ...

7. Hibernate ignoring cache.provider_class    forum.hibernate.org

Hibernate version 3.2.5... I'm trying to implement caching, deploying a simple WAR in Tomcat. The WAR works - no caching exceptions, but caching settings in hibernate.cfg.xml are apparently ignored. Can anyone help? Here are some relevant log lines: Code: [INFO ] org.hibernate.cfg.SettingsFactory - RDBMS: MySQL, version: 5.0.45-log [INFO ] org.hibernate.cfg.SettingsFactory - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.5 ( ...

8. Second Level cache with EHCACHE provider    forum.hibernate.org

Newbie Joined: Sun Sep 13, 2009 8:27 am Posts: 2 i am getting error stack below,when i am implementing Second Level Cache with EcCacheProvider eccache.xml hibnerate.cfg.xml: ...