Log in to follow, share, and participate in this community.
Thread Infinispan docker: Unexpected element 'infinispan'
Infinispan docker: Unexpected element 'infinispan'Hey. I'm trying to run docker container with custom config: <?xml version="1.0" encoding="UTF-8"?>
<infinispan
xmlns:xsi="http://www.w3.org/2001/XMLSc...
Thread Unable to configure "indexed-enity" with remote indexing and protobuf
Unable to configure "indexed-enity" with remote indexing and protobufWhen using indexing, then Infinspan complains about missing configuration of entities, if they are not provided via `indexed-entities`: ISPN000403: No indexable classes were defined for this indexed cache; swi...
Thread How do I delay cache invalidation until transaction has finished
How do I delay cache invalidation until transaction has finishedWe are using WildFly 16 with an Infinispan invalidation cache for business objects backed by JPA entities. When we update an entity in a method bounded by a JTA transaction, we want the evict to go out only after the ...
Thread Is registering one-off cache event listeners a good idea?
Is registering one-off cache event listeners a good idea?I am trying to use cache event listeners as a sort of topic-basic messaging system to implement a request/reply pattern over asynchronous messaging system and multi-instance application. More precisely, I need...
Thread Infinispan 9.0.3.Final - Unable to start cache loaders exception
Infinispan 9.0.3.Final - Unable to start cache loaders exceptionHi everyone, We use version '9.0.3.Final' of infinispan and encountered some problem: Our application shut down non-gracefully (perhaps in a middle of writing to infinispan cache). When we tried to rest...
Jolokia in Infinispan ServerHi, I'm currently investigating building out an Infinispan cluster (infinispan-server-8.2.6.Final) and am looking at the monitoring options for it. Most of my other systems use Jolokia to expose the jmx inter...
Problem initializing InfinispanHi all, I'm currently using Infinispan as a second-level cache for Hibernate in Wildfly 17 (we were previously using Ehcache). Although the code generally runs in the application server, we do have a few class...
Thread Migrate the data from 5.2.10.Final to 7.2.5.Final
Migrate the data from 5.2.10.Final to 7.2.5.FinalI want upgrade the infinispan from 5.2.10 to 7.2.5. So i need use rolling upgrades for infinispan library/embedded mode. I use the posgress to persist data in infinispan. But i got error message(Could not find migrati...
infinispan as hibernate 2LC in wildfly 10Hi, I'm trying to migrate jboss cache (JBoss 5) to infinispan (wildfly 10) and I see existing jboss-cache-manager-jboss-beans.xml has lot of "cache" beans defined in it and I have no idea if that is ever useful...
Thread Query Cache - Cached query results were not up-to-date
Query Cache - Cached query results were not up-to-dateHello! We are facing a problem with our application which uses hibernate second level cache -> query cache. On to now we used infinispan in local mode. Because we now have to cluster our application it is ...
Unknown operation: touchHello community, The Infinispan Server has an incomplete memcache protocol implementation. I already submitted a bug for this but it seems that nobody cares: [ISPN-10275] Incomplete memcache protocol ...
Nodes view - only masterHi, we've successfully deployed a master-slave Infinispan cluster, tcp stack, with distributed & replicated caches Nevertheless, when we are on the Caches / Cache container / cache / nodes view, it only ap...
Thread Intermittent SocketTimeoutException during GetOperation
Intermittent SocketTimeoutException during GetOperationCross posted at distributed caching - Infinispan throwing intermittent SocketTimeoutException during GetOperation - Stack Overflow Using jboss/infinispan-server:9.4.0.Final (Docker Hub) in standalone server m...