[jboss-user] [JBossCache] - JBossCache with Hibernate on Glassfish v2

2007-11-19 Thread eric.hubert
Hi all, I'm trying to use JBoss TreeCache on Glassfish v2 b58g with Hibernate's entity manager as EJB3 entity cache. Could anybody please give me some advice on how to setup this combo! In JBoss 4.2.x everything runs fine. Thought it must be possible to get the distributed JBoss Cache on Glas

[jboss-user] [JBossCache] - JBossCache with Hibernate

2006-11-02 Thread ravi.nagubandi
Hi, I am trying to integrate JBossCache with Hibernate. I am using Hibernate3.0 . I had placed the treecache.xml in my classpath and also provided entries in Hibernate configuration file related to JBossCache. My requirement is like when i call my DAO method first time it should hit the dat

[jboss-user] [JBossCache] - JBossCache with Hibernate Transaction

2006-07-20 Thread aashishvora
Hello, I am trying to develop an application with Hibernate for persistence, Spring for transaction demarcation. I am also using JBossCache for data replication across 2 members in a cluster. The requirement is that the data should not be replicated unless the transaction is completed. Hen