• Jboss 4.0.2 not working on windows 2008 64 bit

    Hi,   I am using jboss 4.0.2 and it is working fine on windows 2008 32 bit,  but it is not working on windows 2008 64 bit.I posting the log . As far as i had searched on the net, i got some answers stating...
    Profile Photo
    last modified by samavedulark
  • Failure while joining jboss cache group/cluster

    Hi,   Am using jboss cache in clustered way to be used accross the applications deployed on same or deiiferent jboss AS. Same multicast ip address is being used to connect to the group (cluster for caching serv...
    Profile Photo
    created by rajsjha
  • Problem starting JbossCache in a cluster with nodes on different machines

    Hello Everyone!   Am trying to use the Jboss cache outside the Jboss container(As standalone Java program).   In my Java code,I just create and start the cache as:   CacheFactory factory = new Defaul...
    Profile Photo
    last modified by rajsoni
  • config setting for cache read/write timeout

    we are writing a serialized object to the persistent cache (database), sometime when the object is too big we want to get a timeout exception and not write the object to the cache, is there a way to set timeout in the...
    Profile Photo
    created by cacheuser
  • Query cache with custom Objects

    Hi,   We are using jboss Cache 3.2.5 as the second level cache for Hibernate 3.3.2. The second level cache and query cache have been enabled in the hibernate config file. We get the following error when the appl...
    Profile Photo
    created by agnimidhun
  • Clustered Cache Listener: How to get hold of node who has updated cache

    Hi, I am using jboss cache clusted with asynchronus replication. I have added cacheLister to get hold of differnt cache specific event.In listner I would like to get hold of node(host) who has generated this event? ...
    Profile Photo
    created by ujval
  • Valid jbosscache (cascabel) configuration with hibernate

    Hello everybody. I am trying to configure a JbossCache for use with hibernate: SharedJBossCacheRegionFactory. I have created a cache configuration file which looks very similar to the ones described in documentation. ...
    Profile Photo
    last modified by marilenc
  • help upgrading from 1.2.1 to 3.2.5 needed

    Hallo !   Got some Problems with upgrading our Caching.We want to use Hibernate 3.5.2 and JBossCache 3.2.5.   We got two Tomcats on different machines. Everyone has cache and they syncronize via JGroups/ud...
    Profile Photo
    last modified by blakkorange
  • Unable to run Jboss Cache demo

    Hi,   I have downloaded  the Jboss Cache demo from the link provided in http://jbosscache.blogspot.com/2008/01/gui-demo-for-jboss-cache.html. First of all I didn't find anything to run demo on windows so I ...
    Profile Photo
    last modified by akshatsaxena
  • Reg: loading a table in Jboss cache

    Hi,   I'm new to jboss cache. Can anyone tell me how to load a table in jboss cache. so that i can load frequently used tables in jboss cache  and  fetch data from table in cache, instead of fetching ...
    Profile Photo
    created by vairam_sm
  • Region level replication

    Hi, I need some help in trying to find out how I can set up a cache such that only one particular region is replicated and other are not.   I cannot create separate instances of cache as I want to use the Cluste...
    Profile Photo
    created by rakeshmalpani
  • JDBC Loader doesn't create table?

    Hello.   Trying to configure the jboss cache.xml with JDBC loader and table.create=true, but it doesn't seem to be doing it.     Here is the snippet of config xml.       <loader asy...
    Profile Photo
    last modified by tosehee75
  • POJO Cache as singleton?

    Are there any known problems of using a POJO Cache as a singleton?
    Profile Photo
    last modified by brucespringfield
  • How to do jboss caching

    Hello,   I am totally new on JBoss caching.   I want to cache the objects.   Please help me how jboss caching is implemented and provide me some tutorial from where i will come to know this..   ...
    Profile Photo
    last modified by amolumrani
  • How to configure JDBCCacheLoader on JBoss 5 ?

    Dear all, I'm trying to configure data caching on a JBoss 5.1.0 cluster. I'd like to use a JDBC Cache Loader instead of the default FileLoader. So, looking at the Project docs, I've tried updating jboss-cache-manage...
    Profile Photo
    last modified by francis1972
  • Getting inconsistence data from jboss cache using gridgain

    Hi,   We are using Gridgain 2.1.1 and jboss cache 3.1.1 with JDBM persistence,   I've One SlipIndex object is stored in jboss cache path '/application/male' and same instance is also stored in '/applicatio...
    Profile Photo
    created by dkiran
  • JBoss Cache as a standalone service

    Hi,   I have a requirement to create and run a jboss cache instance as a standalone application. I have done this by creating a simple class with a main method to create and run the cache. Works fine and I can p...
    Profile Photo
    last modified by wasanka2000
  • Delayed Replication

    We occasionally see that replication between nodes may take around 500ms at times.   Usually it is "immediate", but occasionally it takes 70ms and we've seen it take up to 500 ms.   The behavior we are exp...
    Profile Photo
    created by snacker
  • How to prevent JBoss Cache lock TimeoutException/deadlocks

    Hi,   We are using JBoss Cache 3.2.0 in our application which is deployed on JBoss 5.1.0.GA  AS. I have setup JBoss clustering using farm deployment with two nodes running in a cluster.   During load...
    Profile Photo
    last modified by weix
  • java.util.concurrent.RejectedExecutionException on jboss distributed cache

    Hi all we are getting following jboss cache exception (jboss 5 clustered env) We use distributed cache   java.util.concurrent.RejectedExecutionException         at java.util...
    Profile Photo
    created by smitha.nair