Log in to follow, share, and participate in this community.
Thread JBoss Migration from JBoss-5.1 to Wildfly-11
JBoss Migration from JBoss-5.1 to Wildfly-11Hello, there. I have been working on an upgrade from JBoss-5.1/JEE5/JDK6 to Wildfly-11/JEE7/JDK8. Kindly share the step by step procedure, and suggest me which version of the wildfly application server i...
Article Student/Contributor Projects with Infinispan
Student/Contributor Projects with InfinispanThis page details a list of projects students may be interested in, which relate to Infinispan. They are often standalone, or minimally dependent on core Infinispan internals, often research-oriented or experime...
LFU EvictionHi, I have a requirement to implement a LFU (Least Frequently Used) Eviction Strategy. I have been considering different approaches to this using infinispan but thought it would be worth asking if there ...
WildFly 11 - JGroups initialization delayWe have a web based application running on WildFly 11 (Migrated from WildFly 9 recently) and we are facing this weird issue when all the nodes in the cluster are started up. Here is how our application is desi...
Cluster listeners ManagementHello Infinispan Gurus, Scenario: I am using server-client cluster model on Infinispan and I have query regarding clustered listener management. I have multiple caches and for each cache I have one producer ...
Infinispan getAll() method shows invalid hits misses countI have downloaded infinispan 7.2.5 version and created a simple server in a cluster mode. I have placed it in a jboss folder(locally) and started the server. I have created a simple client that puts the data into the ...
Grouping APICan Someone guide me through this Grouping API.I knew that this is used to co-locate a group of entries onto a specific node. ,but it doesn't work for me. I tried a sample program to locate a particular ...
Article History of API changes for Infinispan Core
History of API changes for Infinispan CoreHere is the report on API changes and backward binary compatibility for the Infinispan Core library: https://abi-laboratory.pro/java/tracker/timeline/infinispan-core/ The report is generated by the https://gi...
Thread Redistribution of Infinispan Server / License Compliance
Redistribution of Infinispan Server / License ComplianceHi All, we are looking into redistributing Infinispan-Server (currently in version 8.6.2.Final) in a commercial context. To be able to do this in a compliant fashion, we'd like to better understand the...
Infinispan data versioningHi, I was going through data versioning and found below. When operating in LOCAL mode, write skew checks rely on Java object references to compare differences and this is adequate to provide a reliable...
Listener and Filter on RemoteCacheHi! I trying to use listeners and filters in a remote cache configured as distributed cache in Infinispan server 7.2.3. This is the configuration of the cache:
<cache-container name="clustered" defa...
Thread What the better way to store Collection Type in Remote Cache?
What the better way to store Collection Type in Remote Cache?Hi Guys, I have an application that use a remote cache with key as String and value is a HashSet and when my application execute I check that its not performing as well. I know that the better way is always use a Com...
Thread Problem with Jgroups when when using Cacheable entities
Problem with Jgroups when when using Cacheable entitiesHello, I have an application running on WIldfly 8.2; the application runs fine and I had no problem...till I had to make use of the @Cacheable feature on some entities which I felt needed caching for performan...