• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Any good Hibernate second level cache provider, for production environment?

 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 can be used as "transactional") that can be used with Hibernate, in production environment?

Thank you.
reply
    Bookmark Topic Watch Topic
  • New Topic