For more details, please visit Infinispan's project page, community wiki or GitHub source repository. Issues are tracked using JIRA, and Javadocs are available online.
6
votes
2answers
2k views
EHCache with Terracotta Vs Infinispan [closed]
We are working in the design phase of new project where we need to decide the caching framework. We need decide whether to go with EHCache with Terracotta or Infinispan for caching requirement? Can ...
4
votes
2answers
738 views
Infinispan equivalent to ehcache's copyOnRead and copyOnWrite
I am planning to implement a cache solution into an existing web app. Nothing complicated: basically a concurrent map that supports overflowing to disk and automatic eviction. Clustering the cache ...
2
votes
1answer
59 views
SQL exception causes Hibernate second level cache to have stale data with Infinispan as the provider
We are using Infinispan (clustered using JGroups) as our second level cache in our JPA(Hibernate) based application. When a database operation fails, we see that the level-2 cache is stale. For ...
2
votes
1answer
420 views
Trying to use Infinispan as a JPA/Hibernate second level cache provider, without success
I would like to use Infinispan to cache repeatedly called queries.
I followed this tutorial to set up Hibernate for this:
Using Infinispan as JPA-Hibernate Second Level Cache Provider.
I followed ...
1
vote
1answer
177 views
Katta vs Lucene + Infinispan
Lucene can work with disturbed infinispan cache. I'm wondering what is the moment to move from lucene + infinispan to Katta based on hadoop? When I'll be more effective to use Katta and when ...
1
vote
0answers
126 views
Infinispan as Hibernate 2LC: NamedCacheNotFoundException
I currently use JBossCache 3.2 as a Hibernate 2nd level cache for clustered caching of entities in a EJB3 environment (GlassFish 2) which runs fine. Now I'm evaluating using Infinispan 4.2.1 instead ...
1
vote
1answer
133 views
Isolation within the same process with Infinispan
I'm building a application around an Infinispan cache and the Atomikos transaction manager. I found out that the transaction isolation is not working for transactions open in two different threads on ...
1
vote
1answer
102 views
What kind of DB support does Infinispan offer?
I don't want to use Infinispan as my data source. What kind of DB support is offered? Will Hibernate 2nd-Level Cache be necessary?
1
vote
1answer
260 views
Jboss AS 5 web sessions in infinispan
How can I get JBoss AS 5 web sessions to be maintained in Infinispan?
1
vote
1answer
138 views
Is it possible to limit the size of Hibernate second-level-cache for a specific entity?
I have a scenario where Hibernate second-level-cache is enabled and I'd like to cache an entity for which 1000 instances are created every day and retained for 8 years but the queries only deal with ...
1
vote
1answer
457 views
I am getting TimeOutException in Infinispan Cache
Below is my configuration file:
<?xml version="1.0" encoding="UTF-8"?>
<infinispan
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
...
1
vote
1answer
349 views
Hibernate Distributed 2nd Level Cache Provides 'free' replication?
I have been experimenting with Hibernate 3.6 and I am wondering about the capabilities of the provided infinispan distributed cache.
I have a requirement to have database replication between my main ...
0
votes
0answers
36 views
Using Infinispan for hibernate L2 Cache with Spring & Tomcat
Has anybody successfully setup infinispan as L2 Cache in spring?
I want to avoid using XA for my datasource. Currently I'm using LocalContainerEntityManagerFactoryBean with JPATransactionManager.
...
0
votes
0answers
124 views
Who has a working example of Spring+Hibernate+2LC Infinispan+JPA?
I'm banging my head all morning already to replace EHCache by Infinispan. I've tried many configurations with different releases. But always it seems there's a missing link somewhere between Hibernate ...
0
votes
1answer
40 views
Getting exception on removal of a node from the infinispan cluster
When i try to remove a node from my infinispan cluster which is using jgroups as transport, I am getting the following exception
org.infinispan.remoting.transport.jgroups.SuspectException: One or ...
0
votes
2answers
37 views
How to dedicate nodes in an infinispan compute grid
We want to use Infinispan as a compute grid. We found the documentation on the Distributed Execution Framework in Infinispan 5.0.
What we want to do is to dedicate some nodes of the cache as ...
0
votes
0answers
42 views
Data Caching in Java
I'm trying to develop a distributed application in java.
Which tool for data caching is better ??
JBoss cache
Infinispan
Ehcache
Terracotta cache ??
0
votes
1answer
55 views
How to get all the cache names in an Infinispan cache clusture
I am using Infinispan with jgroups in java.
I want to get all the cache names in an infinispan cache clusture.
I have tried using
DefaultCacheManager.getCacheNames();
but it gives only the cache ...
0
votes
1answer
79 views
Infinispan tree like cache structure
I would like to use Infinispan following a tree like structure for the cache. For example, using the following data structure for ticker symbols:
Exchange (NY stock exchange, AMEX...)
Date
Ticker
...
0
votes
0answers
61 views
No valid EE environment for injection of org.infinispan.cdi.event.cachemanager.CacheManagerEventBridge
I am trying to deploy the Cdi-quickstart application on Glassfish 3.1.1. I am getting the following error in the server.log file
'code'
SEVERE: No valid EE environment for injection of ...
0
votes
1answer
138 views
Glassfish with infinispan second level caching
I want to use Infinispan with hibernate second level cache. My application is running in a glassfish 3 application server and I use hibernate JPA. The hibernate library already contains infinispan so ...
0
votes
1answer
223 views
Replication Timeouts in Infinispan
I'm working with a 10-node Infinispan cluster used as a Hibernate Search backend. Our servers are running TC server 2.5 (tomcat 6.0.32) on Java 1.6_24. We are using jGroups 2.12.1.3 for handling ...
0
votes
1answer
116 views
Annotation JCacheResult is not working in Infinispan and Glassfish 3.1.1
I am trying to integrate JCache from Infinispan into my existing EJB project.
I have added Infinispan 5.0.1 CDI and Core packages to Maven pom.
Added Infinispan Interceptors in beans.xml and able to ...
0
votes
1answer
63 views
Infinispan MVCC with “put”
I wanted to use Infinispan today in a sort of probably unfamiliar matter.
I want to save a Variable, let's call it x a couple of times in the cache - while being able to adress it as X.
Plain, old ...
0
votes
0answers
115 views
InfiniSpan 5.0.1 expiration not working
Even after setting an expiration time in the config, InfiniSpan does not seem to be expiring the object. below is the config file.
<global>
<globalJmxStatistics enabled="true" ...
0
votes
1answer
179 views
Atomikos + Infinispan + Jetty errors
I'm using Spring with hibernate, atomikos and infinispan on jetty. After annotating any entity as @Cache(usage = CacheConcurrencyStrategy.TRANSACTIONAL) following error appears
13:24:02.590 [main] ...
0
votes
1answer
131 views
Infinispan+kyro/Google Protocol Buffers to achieve more space and time efficient serialization?
If I understand correctly, Infinispan/JBoss Cache uses Java's own serialization mechanism, which can be slow and takes relatively more storage space. I have been looking for alternatives which can ...
0
votes
1answer
758 views
How to enable infinispan-configs.xml's namedCache “entities”, for use in backing its namedCache “local-query”
When using Hibernate 3.5.6-FINAL as our JPA provider, and infinispan 4.2.0.ALPHA1 as the level-2 query cache provider, I am worried that, contrary to the Hibernate documentation, database results are ...
0
votes
1answer
108 views
Infinispan:Cannot remove entry as key
My log continously shows the below.I dont know what going wrong.If anyone know about this issue do reply.Thanks in advance.
2011-03-25 07:25:43,264 DEBUG [ActiveMQ Session Task] - ...