0
votes
2answers
32 views
hibernate ehcache only finding 1 element of a collection
so, i am really clutching at straws for ideas here. (also note: this is an intermittent problem)
i have a 'parent' object with a collection of 'child' objects:
<parent stuff>
…
0
votes
2answers
15 views
java.lang.NoSuchMethodError: org.hibernate.cache.CacheException in Hibernate Based Application on Linux Server
2009-11-20 12:10:05,771 INFO [STDOUT] 12:10:05,766 ERROR HibernateUtil:43 - Building SessionFactory failed.
java.lang.NoSuchMethodError: org.hibernate.cache.CacheException.<i …
0
votes
3answers
53 views
@Cache annotation usage error
I added the following annotation to enable cache to one of my EJB3 entities, to test caching with ehCache, where I use Hibernate as the persistence provider:
....
import org.hiber …
3
votes
3answers
78 views
ehcache persist to disk issues
I want to do something with ehcache in Java that I think should be extremely simple, but I've spent enough time frustrating myself with the docs...
Write a value to a disk persis …
0
votes
1answer
30 views
Seam cache provider with ehcache null
Hi every one,
I'm trying to configure seam/ehcache following the tutorial from jboss page:
http://docs.jboss.org/seam/2.1.2/reference/en-US/html/cache.html
I put the ehcache.1.2 …
6
votes
5answers
674 views
Ehcache / Hibernate and RMI replication with large number of entities
Hi All,
I'm currently investigating how to use the RMI distribution option in ehcache. I've configured properly ehcache.xml and replication seems to work fine. However I've 2 que …
0
votes
1answer
33 views
EHCache Disable
Is there a way to disable ehache externally using a property file? CacheManager.shutdown() doesnt seem to work? Actually we have 2 app with the same source code i require ehcache i …
1
vote
1answer
24 views
EHCache error on looking up by cache key
Hi All,
I am using EHCache 1.5.0 on a webapp running on WebLogic 9.1 instance and once in a while I run into the following error while getting an element from cache or while check …
1
vote
2answers
102 views
Hibernate 2nd level cache invalidation when another process modifies the database
We have an application that uses Hibernate's 2nd level caching to avoid database hits.
I was wondering if there is some easy way to invalidate the Java application's Hibernate 2n …
0
votes
0answers
37 views
Any ehcache standalone example projects I can download?
I'm a little overwhelmed reading through the ehcache user guide http://ehcache.org/EhcacheUserGuide.html#id.s20. I'm trying to figure out how to set up a simple ehcache app that ha …
2
votes
3answers
138 views
Spring context property-placholder ehcahe configuration
I have a spring context xml file with this
<context:property-placeholder location="classpath:cacheConfig.properties"/>
<bean id="cacheManager"
class="org.springframe …
5
votes
1answer
132 views
Does hibernate work well with ehcache’s BlockingCache?
Hello
I have a high traffic website and I use hibernate. I also use ehcache to cache some entities and queries which are required to generate the pages.
The problem is that when a …
0
votes
1answer
77 views
using ehcache blocking decorator with hibernate
Hello
I'm using ehcache with hibernate and I'd like to use the blocking or SelfPopulating cache to avoid the issues presented in http://ehcache.org/documentation/constructs-0_5.ht …
1
vote
1answer
100 views
Overriding equals and hashCode methods for a JavaBeans implemented in Scala
Hello,
I'm working on a project using iBatis and a Java caching tool ehcache but I'm implementing the model classes in Scala. I'm having a stong feeling that I'll have to override …
2
votes
2answers
252 views
Hibernate/Ehcache: evicting collections from 2nd level cache not synchronized with other DB reads
I have an application using JPA, Hibernate and ehcache, as well as Spring's declarative
transactions. The load on DB is rather high so everything is cached to speed things up,
incl …
