• User Settings.

    When I write "put rest / default / key" in the server console command JDG , It shows me the message , "forbidden" , I think I need to set either the user, but that is not what is wrong.
    Profile Photo
    last modified by martinezmab
  • WriteSkewException after cluster-wide rebalance

    Hi,   I am getting WriteSkewException after cluster-wide rebalance.   How can I avoid or handle this error?    The exception and the cache configuration are shown below:   2015/09/...
    Profile Photo
    created by stephenklau
  • DefaultCacheManager with JDG lizenz

    This is my code:   public DefaultCacheManager getCacheManager ()      if (manager == null)      try     String infinispanFile = "infinispan.xml";    &...
    Profile Photo
    last modified by koohkan
  • Can I replace jboss 6.3 jgroup with datagrid jgroup?

    Hi,   We are using datagrid 6.4 with Jboss EAP 6.3.  Currently, we have one jgroup configuration in the jboss configuration file and another jgroup configuration for the datagrid.  Is it possible to re...
    Profile Photo
    last modified by stephenklau
  • How i can to connect two or more JDG nodes (cluster mode) in differents machines??

    Hello everybody,   I'm using a Jboss Data Grid 6.5 and i have a cluster with 2 nodes, but this are in the same machine, and need to add a new node, but this node is in other machine, what is the configuration in...
    Profile Photo
    last modified by andresperez0828
  • Why is data grid using so many different ports?

    We are using data grid version 6.2, noticing that it is using many different ports. Can somebody please me with the information on why it is using so many ports and how to configure it to use only 1 or maybe few ports...
    Profile Photo
    last modified by ashkhurana
  • Understanding (invalidation) cache behavior for a REST client

    Here's my config: Cluster_Node_A = {key1, key2, key3} Cluster_Node_B = {key4, key5, key6} Database={key1, key2, key3, key4, key5, key6} Loadbalancer fronts the Cluster     Sequence of events: 1) REST c...
    Profile Photo
    last modified by wesmith80
  • How to persist data from JBoss datagrid into Mysql db?

    Hi folks,   I've been looking for information about how to persis data form JBoss datagrid into Mysql db but I'm not able to see anything. Could you send me url/links for information/documentation about it? ...
    Profile Photo
    last modified by fjarenales
  • JDG 6.3 in EAP 6.e with Lizenz

    Ich habe an application jee 6 (ejb 3.1) with two instance of jboss node in Cluster. two instance jboss standealone with standalone.XML file. I habe sinde twi weeks Lizenz for the Red Hat jdg . I would like use insi...
    Profile Photo
    last modified by koohkan
  • RemoteCache.stat().getStatsMap()

    Hi,     I would like to know what the method attributes define in distributed cache. I am running two hotrod servers and owners=2.   HOTROD SERVER1 numberOfEntries: 1567   misses: 15049...
    Profile Photo
    last modified by raghav_11
  • Eviction max-entries of "-1" gives error while loading...

    Hi All,   I am using FuseESB 7.1 and infinispan 7.0 I tried adding the following line in my infinispan-local.xml <eviction strategy="LIRS" max-entries="-1" />   While starting the FuseESB container...
    Profile Photo
    last modified by sriramsharma
  • I am using JBOSS 6.2.1 EAP as AS and cluster

    I am using JBOSS 6.2.1 EAP as AS and cluster with two nodes. The instances are standalone, and the configuration file standalone.xml on JBoss server. I want to use Infinispan as cache cluster for each JBoss instance. ...
    Profile Photo
    last modified by koohkan
  • JBoss Data Grid 6.3 with RED Hat licence

    I have now, since January license  JDG 6.3 and want to do my Infinispan cache configuration in JBoss Infinispan subsystem. Cache <KEY, VALUE>, and use in the application by CDI. Which jar of Infinispan ...
    Profile Photo
    last modified by koohkan
  • Equivalent of ehcache in infinispan...

    Hi All,   I was having a look at the way ehcache is implemented. In one of the examples, I found that the cache provide class in ehcache was "org.hibernate.cache.EhCacheProvider" I would like to know what is t...
    Profile Photo
    created by sriramsharma
  • Please help asap! error while trying to build the infinispan quick start example...

    Hi All,   I am trying to build and deploy the quick start example of infinispan 7.0.0.Final. I got the relevant codebase from the github When I build using maven in my FuseIDE / JBossDevStudio, I get the follo...
    Profile Photo
    last modified by sriramsharma
  • Getting error when I try deploying my application containing infinispan...

    Hi All,   Here is the issue that I am facing. I am trying to use infinispan caching in my application. I found that the application was not becoming active in my FuseESB. On trying imports of the application,...
    Profile Photo
    last modified by sriramsharma
  • Infinispan

    When the infinispan server is used remotely using hotrod client,where to add the properties like loaders,replication of infinispan.xml in standalone.xml of server
    Profile Photo
    last modified by nunna
  • Infinispan

    I am accessing Infinispan server remotely, using hotrod client.I have configured named cache in standalone.xml.Is it possible to have a seperate configuration file for named cache other than standalone.xml?If it is po...
    Profile Photo
    last modified by nunna
  • How to configure cache node to be exposed as Hot-Rod server

    I'm using Infinispan 7.0, and I've searched all over for a configuration example illustrating how to configure a cache node to publish itself as a Hot-Rod server, so that Hot-Rod clients can access it.   Would a...
    Profile Photo
    last modified by yanduc
  • How to properly use Infinispan's distributed execution support?

    Hi all,   given the docs and what I could find online, I could  not come up with a better solution than the one below, which does not work...   Here's what I need to do: I want do distribute tasks ov...
    Profile Photo
    last modified by yanduc