-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: EhCache : entities defined in several session factories
PostPosted: Wed May 09, 2007 5:37 am 
Newbie

Joined: Fri Oct 28, 2005 9:08 am
Posts: 12
Hibernate version:3.2.0

Hello,

I use EHCache to cache Hibernate entities.
In our application, the same Hibernate mapping files are defined in several session factories.
To have a cache shared by all the same entities defined in several session factories, I use the singleton CacheManager (with the SingletonEhCacheProvider class provided by EHCache).

We are in a J2EE application with possibility of hot redeployment of our packages.
When I redeploy a package, Hibernate close the session factory and set the status of the caches in the SHUTDOWN mode.

Then, when I refer a cached entity in another session factory (in another package), I get the error Cache is not alive because this entity referred to an old cache.
Moreover, the cache is no more shared by all the same entities.

How can I resolv this problem ? Must I change to another cache framework implementation ? JbossCache ?,...

_________________
Jérémie Balcaen


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.