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.
0
votes
0answers
71 views
Interpreting lock info in JMX-console
I'm having response time problems with my web application which I supposed to be a problem of jboss-cache (I'm using Jboss 4.2). Indeed, printing lock info through jmx-console give me the following ...
1
vote
1answer
123 views
Hibernate second level cache (TreeCache) - For sub entities
I am using TreeCache as my hibernate second level entity cache. I have an entity hierarchy which contains Customers and Partners both extend from Users. Can I cache Partner only ? I can cache Users ...
0
votes
0answers
37 views
Locking the jboss-cache nodes by MVCCLockManager
I'm trying to explicitly lock the jboss-cache node using MVCCLockManager but the test shows that the node does not become locked. Here is the code.
In the main thread:
MVCCLockManager lockManager;
...
0
votes
0answers
145 views
JBoss AS 5.1: How cluster merge views and state transfer when node re-join?
I have a question about JBoss AS 5.1: How JBoss AS 5.1 cluster does the merge and state transfer after a node re-join (this node is disconnect because of network off and then re-join when network is ...
0
votes
0answers
213 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 ??
1
vote
2answers
211 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 ...
0
votes
1answer
100 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 ...
1
vote
0answers
197 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 ...
0
votes
1answer
140 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 ...
3
votes
0answers
500 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
94 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
129 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 ...
6
votes
2answers
4k 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 ...
2
votes
1answer
204 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 ...
3
votes
1answer
282 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
561 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?
1
vote
1answer
299 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
297 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 ...
4
votes
1answer
984 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 ...
0
votes
0answers
148 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 ...
2
votes
1answer
771 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
318 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
1answer
435 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 ...
0
votes
0answers
295 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
...
1
vote
1answer
647 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 ...
3
votes
1answer
895 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 ...
0
votes
1answer
355 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 ...
1
vote
1answer
701 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
277 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
304 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 ...
4
votes
4answers
844 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 ...
11
votes
2answers
922 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 ...
1
vote
1answer
251 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 ...
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 ...
2
votes
4answers
5k 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
2answers
674 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 ...
