-->
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.  [ 2 posts ] 
Author Message
 Post subject: jbosscache - hibernate
PostPosted: Thu Mar 27, 2008 6:22 am 
Newbie

Joined: Thu Mar 27, 2008 5:41 am
Posts: 5
I wanted to use jboss cache as my 2nd level cache. I am using hibernate as my persistence layer. I have created my entities and now want to access them via the cache. I have gone through a lot of jboss cache & hibernate documentation but I am still not getting my hands on it.
I have configured in my persistence.xml the following:
<property name="hibernate.cache.use_second_level_cache" value="true" />
<property name ="hibernate.cache.provider_class" value = "org.hibernate.cache.OptimisticTreeCacheProvider"/>

I am not able to make out how to link it with jboss cache. I mean how do I invoke jboss cache and tell my hibernate to use the particular cache..
Another thing, do I have to write my jboss cache client code separately and invoke cache via cache factory etc using its API or is there some cache provider implementation available?
Thanks in advance for any help.


Top
 Profile  
 
 Post subject: Re: jbosscache - hibernate
PostPosted: Thu Mar 27, 2008 11:30 am 
Expert
Expert

Joined: Wed Apr 11, 2007 11:39 am
Posts: 735
Location: Montreal, QC
If I understand correctly you already have a JBossCache somehow running in your system and you want hibernate to use the same one instead of creating a new instance. In this case have you looked at http://opensource.atlassian.com/projects/hibernate/browse/HB-1396?


You can also extend the original cache provider class and do your custom thing in there.



Farzad-


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

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.