• What is the purpose of event queue for data eviction ?

    Hi,   We use the following jboss cache eviction configuration where in event queue size is 200000 and the wake up interval is 5 seconds for the eviction cleanup timer task. We use LRU as our cleanup policy. The ...
    Profile Photo
    created by vigneshprabhu
  • Urgent : Does a get operation on cache refresh its timetolive seconds?

    I am using Jboss5.1. I have the following configurations in my cache config xml file for a particular region.   <region name="/Reg1"> <attribute name="maxNodes">5000</attribute> <attribute ...
    Profile Photo
    created by thanikg
  • Problem externalizeSession Jboss 4.0.5

    Hi, can you help me about this problem?? I'm trying to deploy a seam application(using also jsf with icefaces) on jboss 4.0.5 GA with EJB3-Clustered configuration. I think that the deploy goes fine but when I try to ...
    Profile Photo
    last modified by clemente.cioffi
  • Getting jbosscache-core via Maven

    Hi,   I am trying to add hibernate-jbosscache2 as a Maven dependency to my project, but I get: Missing artifact org.jboss.cache:jbosscache-core:jar:3.1.0.GA:compile   I have the following repositories in ...
    Profile Photo
    created by caseta
  • is this a good use for jboss cache

    I have a setup where we have 8 jboss clusters/nodes, but they are not setup to communicate with each other, just more of a load balancing setup with apache.   I have a pojo in my webapp that keeps track of each...
    Profile Photo
    last modified by robertwalker
  • Understanding JBossCache - Caching an object graph with many associations

    I'm trying to use JBossCache as a JPA/Hibernate 2nd level cache provider to cache repeatedly called queries. The queries return entities of a specific type, lets call it FooType.   FooType looks like the followi...
    Profile Photo
    created by helpermethod
  • Clustered JBoss Cache and JDBCCacheLoader

    Hi all, I'm clustering an app which uses a jboss cache to cache data. For JBoss Cache I use a JDBCCacheLoader and mysql as DBMS. My question is how clusterize this scenario??? I should have a shared mysql instance or...
    Profile Photo
    created by vdeminico
  • Invalid character ':' in value part of property

    Hi , I get the following error when invoking the ejb interface for the jbosscache from a remote client. javax.ejb.EJBException: org.jboss.cache.CacheException: java.lang.reflect.InvocationTargetException ... Cause...
    Profile Photo
    last modified by thangamani_r
  • Problem in using JBOSS POJO Cache

    Hi,   We tried a solution using Jboss cache(3.0.0GA), where we made a POJO class(Manager) which maintains and manipulates the data(maps) and put it onto Cache(PojoCache). We have deployed the cache service on cl...
    Profile Photo
    created by numerous
  • Memory leak in JBossCache

    Hi All,   I’m using JBoss cache in my project, recently I have enabled   replication. While putting the system through the load of 9K users with each user modifying the state every 10 sec found t...
    Profile Photo
    last modified by nishi.kant
  • Jboss cache cacheloader not working

    JbossAS 5.1 Jboss cache 3.2.5 I have tried using the FileCacheloader,BdbjeCacheLoader and JDBMCacheLoader wtih the <properties>location=/tmp/cacheloaction/</properties>   The cacheloader does not...
    Profile Photo
    last modified by haribaasha
  • Local put

    Hello, I've one question about Option parameter in "put" method. I am using option "setCacheModeLocal" when I need to make put only to local member of cluster. (I dont want to invalidate the same entries in other memb...
    Profile Photo
    last modified by washeeq
  • Renew node lifetime

    Hi,   I use JBoss cache 1.4.0. It takes long time to create data structure I store in cache so I cannot afford to have those data evicted. So I periodicaly recreate data and store them in cache before eviction ...
    Profile Photo
    created by xtonda
  • datastructure used in Node of jboss cache?

    Hi All,   What is datastructure used in Node of jboss cache? is it a hashmap or something else? can we use as map by adding only one node and use it cluster wid? does it going to send whole node(instead of modifi...
    Profile Photo
    created by amalrajvinoth
  • Binding Exception

    Hi Everybody,        I want to get an instance of an already existing cache but it is giving binding exception.    I am posting the exception below     949 [main] W...
    Profile Photo
    last modified by rakeshmehta
  • JBossCache Tool Support JSR/JCache ???....

    Hi All, This is AnanthaRamu, I am having one doubt on JBossCache Tool. Whether its support JSR/JCache or not ? Please explain to me. Its urgent   Thanks & Regards AnanthaRamu
    Profile Photo
    created by banand1981
  • Stuck thread issue in CacheMarshaller

    All,   I am using the following version of JBoss cache -   java -jar jbosscache-core.jar org.jboss.cache.Version Version:        3.2.5.GA Codename:   &...
    Profile Photo
    created by mukund_ipc
  • Expire items on the cache loader

    Hi, I configured a cache with LRU eviction policy backed up with the JDBC cache loader. As I understand, when a node is to be evicted it will be pushed to the underlying JDBC store. What I am wondering is if there is ...
    Profile Photo
    created by hikoneru
  • cluster level cache

    Hello,   I have a question about JVM cache. I am brand new to the Jboss environment and want to cluster the cache from all of my JVMs in my web container. My goal is to have all of my JVMs use the same heap inst...
    Profile Photo
    created by cgardner5
  • how to restrict replication to a single host (but enable it for different JVM's on the host)??

    hi,   I'm a newbie with jboss cache.   I would like to use replication but restrict it to 1 host (some instances of an app running on 1 host) . I found no (simple) solution by reading the docs.   Ca...
    Profile Photo
    created by maku01