Tagged Questions

JBoss Cache’s goal is to provide enterprise-grade clustering solutions to Java-based frameworks, application servers or custom-designed Java SE applications. JBoss Cache is licensed under the LGPL license.

learn more… | top users | synonyms

10
votes
1answer
636 views

How to avoid JBoss-Cache region from getting evicted?

I'm trying to create a jboss-cache for data that is only relevant for a short period of time. After that time the data should be discarded and the respective memory freed. The cache is organized like ...
4
votes
1answer
434 views

Concurrency strategy configuration for JBoss TreeCache as 2nd level Hibernate cache

I am using JBoss EAP 4.3. I'm currently looking into the different options for concurrency strategy when using the built-in JBoss TreeCache as a second level cache for Hibernate. I have set it up ...
4
votes
4answers
479 views

Java distributed objects with locality?

I am evaluating various Java object distribution libraries (Terracotta, JCS, JBoss, Hazelcast ...) for an application server and I'm having trouble understanding their behavior on various axes. My ...
3
votes
2answers
659 views

Performance of JBoss Cache and Ehcache

I'm considering to use to implement a cache either JBoss Cache or Ehcache. After looking at both APIs I has the intuition that JBoss is probably a little bit more memory efficient than Ehcache since ...
3
votes
1answer
96 views

JBossCache evict() versus removeNode()

Reading JBossCache documentation, there are different policies for eviction JBoss Cache also ships with RemoveOnEvictActionPolicy, which calls Cache.removeNode() for each node that needs to be ...
3
votes
1answer
254 views

Tree cache in jboss 6.x

We are using tree cache in jboss 4.2.x, we are planning to switch to jboss6.x, will jboss 6.x supports tree cache?
3
votes
1answer
656 views

Configure JBOss cache to run on JBoss server 4.2.3.GA

Our commercial application used to run on different application server and letely we started adjust it to run on JBoss server. The problem is that that application runs JBoss cache and as part of the ...
2
votes
1answer
56 views

JBossCache - Access cache from separate Java app

My company wants to investigate the option of launching one java app that simply configures and starts a cache on an app server, then have a separate stand alone app call that instance from the first ...
2
votes
1answer
351 views

Spring configuration for JBossCache

I'm trying to configure an instance of JBossCache using a Spring config file (for eventual use in Tomcat). I don't see any examples online and trying to figure out the mapping between the sample JBoss ...
2
votes
1answer
213 views

Storing treecache cluster properties in property file

I'm using Jboss 4, hibenate, spring and treecache. As we have different environments, I would like to store the cluster information in a separated property file and reference to the content from the ...
1
vote
2answers
69 views

JBoss cache. Concurrency issue

I'm using JBossCache 'Malagueta' 3.2.0.GA I faced with strange issue in production environment, sometimes writes to jboss cache do not work properly. I tried to reproduce this situation with simple ...
1
vote
0answers
52 views

JBoss Cache Cluster Issue

In our production environment we have three JBoss servers loadbalanced for application requests, client applications session has been maintained JBoss-cache with clustered enabled to make sure that ...
1
vote
0answers
137 views

JBoss: Unable to acquire lock on Fqn

We have some production JBoss 5.0.1.GA servers and from time to time we got this error Caused by: org.jboss.cache.lock.TimeoutException: Unable to acquire lock on Fqn ...
1
vote
1answer
48 views

JBossCache: setting uniqueid for proper JMX monitoring

JBossCache creates uniqueId's used for the JMX beans. If I look via JMX at jboss.cache:service=JBossCache I see something randomly generated like "12e4860e", "170278e5" ... Now having several ...
1
vote
1answer
58 views

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 ...
1
vote
1answer
194 views

JBoss TreeCache vs PojoCache when using invaludation rather than replication

We are setting up a Jboss cluster and we are building an own distributed cache solution built upon Jboss cache (Cant use it as 2nd level cache to ORM layer in our case). We want to use invalidation ...
1
vote
0answers
188 views

JBoss POJO cache with Hibernate

I'm trying to implement replicated caching using the JBoss POJO cache, running on JBoss 4.2.3. The system is huge, and has a Reference Mapper chain that checks caches before sending requests down the ...
1
vote
1answer
260 views

JBoss Cache Configuration

I'm using an extended persistence context (injected Entitymanager at SFSB) and have additionally set @TransactionManagement(value=TransactionManagementType.BEAN) for the SFSB to have full control over ...
1
vote
1answer
434 views

Compatibility between JBoss Cache to JBoss Server

Our application runs succesfully on Tomcat, Websphere and Weblogic and as part of it uses Jboss Cache version 3.1.0.G. Now we would like adjust our app to run also in Jboss server environment. Is ...
1
vote
1answer
371 views

What does the “Failure to marshal argument(s)” org.jboss.cache.CacheException mean?

I get the following exception: org.jboss.cache.CacheException: java.lang.RuntimeException: Failure to marshal argument(s) We use distributed JBoss cache for our web application (on Tomcat) ...
1
vote
0answers
220 views

Jboss cache replicates no changes when used from Hibernate

We are using jboss cache as second level hibernate cache. It is configured to evict changed entities asyncronously. But this feature does not work for us. Some debugging revealed the root of the ...
1
vote
2answers
166 views

Jboss Cache as distributed state repository

Is using JBoss Cache as distributed state repository a good idea? Can JBoss Cache be applied in situation when you need the guarantee that each time you read something from repository you get the ...
1
vote
1answer
184 views

Accessing JBoss Cache deployed on a remote JBoss AS (4.2.2)

I have deployed the JBoss cahce service to my JBoss AS which is running remotely in a completely separate VM. I am now struggling to access the cache deployed to the AS. Does anybody have any ...
1
vote
4answers
4k views

JBossCache as a second level cache for Hibernate in JBoss 5

Here is my configuration: Hibernate 3.3.1.GA, JBoss 5.1.0.GA, JBoss Cache 3.2.0.GA. I'm doing Hibernate configuration as described here: ...
0
votes
0answers
26 views

Data Caching in Java

I'm trying to develop a distributed application in java. Which tool for data caching is better ?? JBoss cache Infinispan Ehcache Terracotta cache ??
0
votes
1answer
38 views

Clustered chat implementation based on Queue

I’m working on chat implementation. The idea is very simple there is map with where keys are userNames and values are queue of messages which should be delivered to user This map is represented ...
0
votes
0answers
30 views

Jboss Tree Cache Error

we have implemented Jboss Tree cache in our application to store some privilege details in it. I'm getting the following error in jboss cache frequently even if we remove the error by removing region ...
0
votes
1answer
25 views

JBossCache eviction listener

I am new on JBossCache. Reading the user documentation it says that a listener could be added to the Eviction class used, but I wasn't able to found how to do add one to the configuration file, or how ...
0
votes
0answers
61 views

JBoss shared cache sync problems

I have implemented shared cache using jboss. public void releaseLock(String str) throws SharedCacheException { sharedCache.storeObjectToCache(str, Boolean.FALSE); } public boolean Lock(String ...
0
votes
0answers
53 views

How to access jboss cache statistics programatically

I have an embedded jboss cache instance, and I would like to access it's statistics (hit/miss ratio, etc). The statistics are normally exposed via JMX, but I would like to access them directly. how ...
0
votes
0answers
78 views

jboss cache and server

Whenever a cache element is accessed, and that element is not in the cache (e.g. due to eviction or due to server restart), then the cache loader transparently loads the element into the cache if ...
0
votes
0answers
166 views

jboss cache as hibernate 2nd level - cluster node doesn't persist replicated data

I'm trying to build an architecture basically described in user guide http://www.jboss.org/file-access/default/members/jbosscache/freezone/docs/3.2.1.GA/userguide_en/html/cache_loaders.html#d0e3090 ...
0
votes
1answer
209 views

JBossCacheService: exception occurred in cache put error occurred after changing cache mode to REPL_SYNC

we have a horizontal cluster set up on JBoss 4.2. The session replication worked fine until we changed cache mode from REPL_ASYNC to REPL_SYNC to fix a issue. We started to see warning for some ...
0
votes
2answers
2k views

Help With TreeCache (Jboss Cache) configuration for 2 entity manager

I'm in a big trouble at moment. I need to configure a cluster cache for my seam application, but i'm having problem beacuse i have 2 entity managers, one for oracle and other one for mysql. If i ...
0
votes
2answers
561 views

How to verify correct operation of Hibernate second level caching in a cluster?

I am wondering how to verify that Hibernate's L2 cache performs correctly. I have an application running on a cluster of JBoss 5 instances with JBoss Cache. Load testing would answer the question of ...