-->
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: Hibernate Second Level Cache Provider and Cache Monitor
PostPosted: Thu Apr 18, 2013 3:11 am 
Beginner
Beginner

Joined: Tue Feb 05, 2013 10:04 am
Posts: 20
Bonjour,
je n'ai pas beacoup d'expérience avec la cache de second niveau d'Hibernate. J'ai achévé de configurer EhCache dans mes fichiers hibernate.cfg.xml et ehcache.xml (mon application ne donne pas des erreurs d'Hibernate avec la configuration de EhCache) mais je veux savoir si mon cache fonctionne.

J'ai installé la version libre de EhCache monitor (j'ai suivi la documentation: configurer la sonde et exécuter le script de EhCache monitor) dans mon logiciel, néanmois je obtiens toujours l' indication de qu'il n'a pas des sondes registrées et les informations et les statistiques de la cache ne se montrent pas.

Mon fichier hibernate.cfg.xml:

Code:
<property name="hibernate.cache.region.factory_class">org.hibernate.cache.ehcache.EhCacheRegionFactory</property>
<property name="hibernate.cache.use_second_level_cache">true</property>
<property name="hibernate.cache.use_query_cache">true</property>
<property name="hibernate.generate_statistics">true</property>


Mon fichier ehcache.xml:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<ehcache>
<cache name="com.myproject.domain.client"
  maxEntriesLocalHeap="50"
  eternal="false"
  timeToLiveSeconds="600"
  overflowToDisk="true"
/>
<cache
name="com.myproject.domain.product"
maxEntriesLocalHeap="450"
eternal="false"
timeToLiveSeconds="600"
overflowToDisk="true"
/>
</ehcache>


J'ai ajouté dans un de mes hibernate mapping files la linie suivante:

Code:
<cache usage="read-write" />


J'ai cherché dans des forums et fait des tests avec des différents configurations mais je n'ai pas eu des résultats. Je obtiens toujours l'erreur: 0 sondes registered. Je utilise Hibernate 4.
Est-ce qu'il y a des autres solutions libres de Hibernate second level cache avec des logiciels de monitoring?
Est-ce qu'il y a un plugin pour connecter Hibernate 4 et Memcached (Second level cache)? J'ai trouvé ce plugin:

http://code.google.com/p/hibernate-memcached/w/list

mais il est "deprecated" et ne s'actualise pas depuis 2010.


Merci pour votre aide.


Top
 Profile  
 
 Post subject: Re: Hibernate Second Level Cache Provider and Cache Monitor
PostPosted: Thu Apr 18, 2013 4:01 am 
Regular
Regular

Joined: Wed Apr 10, 2013 1:02 am
Posts: 50
Hey man care to translate that

_________________
Regards
Akash Miital
http://akash.thegrassroots.co.in/hibernate/


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.