Log in to follow, share, and participate in this community.
Thread Memory growth even after pojo is deattached from pojo cache
Memory growth even after pojo is deattached from pojo cacheMoving this from General Cache forum: Problem: PojoCache - huge memory usage even after detaching objects. Results in outofmemory (both Heap and non-Heap). Since it keeps increasing, bumping up the memory and permgen...
Memory usage in simple pojocache test appHi, I am currently trying to evaluate Pojo Cache and to do so I wrote a simple test based on what I had read in the user guide. Quite simply all my test program does is create a bunch of objects x times adding them ...
What is the setup procedure in Jboss AS5Hi There, I've been trying to setup the jboss cache for a while but so far without success. First, trying to deploy pojo edition in Jboss AS5 is resulting following error. after surfing the we...
Thread Configuration problems using Jboss Pojo Cache 3.0.0.GA
Configuration problems using Jboss Pojo Cache 3.0.0.GAHi There, Im trying to configure the pojo cache in my application below is the code im using to register the pojo cache PojoCache cache = PojoCacheFactory.createCache("META-INF/replSync-service.x...
Performance problem pojo-cacheHi, I'm a little bit new to joboss cache so I'm sorry if I write strange things that doen's make sense. I've implemented a general cache solotion for replicating objects between 2 servers, I'm using po...
attach list to pojocacheHi, I am working with PojoCache version: JBossCache 'Cascabel' 3.1.0.GA on a WebLogic Server 10.0 server. I am using the JBossPojoCache for caching the results of SAP requests. When I get a result of a SAP request I p...
Configuration questionHi! Sorry for the cross-posting, but it's really urgent! I'm currently migrating our JBoss Cluster from 4.2.3 to 5.1.0. We already have almost everything working, just a small piece is missing: Pojo Cache. We make he...
Clustered Cache Synchronization IssueWe are using POJO cache 3.0.0.GA with core cache 3.1.0.GA and are seeing an issue where cache nodes are out of sync with each other. We've been using JBoss Cache for quite some time now and this issue appears to be fa...
Thread How to force eager loading? (not CacheLoader)
How to force eager loading? (not CacheLoader)I think i'm having a lazy-loading issue: I have to JVMs: -one with JBossPOJOCache (JBPC henceforth) in local mode (not replicated). On this JVM i have a class TracksTableImpl that implements its service interface by ...
Thread Explored POJO cache on JBOSS and want to know usecase
Explored POJO cache on JBOSS and want to know usecaseHi , We have explored POJO cache on JBOSS. I got the MBean just want to know where we can fit this in my POC. Want to know the good use cases so that i can use this cache feature in my JBoss Cache. Regards, Sukhbir
PojoCache & HibernateWe have an application which loads objects from the database using Hibernate. Can we now use PojoCache to store these objects (not as 2nd level cache), are there any conflict issues with using Hibernaate & PojoCac...
How is trove.jar used?Hello, The user-guide of jboss pojo cache says trove.jar is one of the dependencies. However if I remove it from classpath, nothing get broken. We want to have minimal dependency, please let me know when trove.jar be...
Starting cache in cluster modeHi all I found weird thing, not sure if its caused by mimssconf or .... If I get cache instance from cluster cache manager (app deployed in server/all/deploy) cache is clustered, as expected. However when I create cac...
Thread Problems with Transactions under medium load
Problems with Transactions under medium loadHi I am working with a JBoss PojoCache (PojoCache 3.0. GA Naga, CoreCache 3.1.0 Cascabel) BUT i am using it in a WebLogic Server 10.2 with JDK 1.5 on an Solaris 64 bit Environment. Everything is working fine !! But no...
Pojo Cache EvictionPolicy event?I'm looking for a JBoss Pojo Cache listener event that I can wire in to my code to get called when a timeToLiveSeconds in my EvictionPolicyConfig gets fired. I've found the @PojoCacheListener but don't get an event f...
Thread clustering using JBoss Pojo Cache and JTA without using an A
clustering using JBoss Pojo Cache and JTA without using an AHi, we are evaluating JBoss Pojo Cache and JTA/HA-JNDI for clustering and global transactions to use within our server (agent) implementations. Our agents holds a data container. The goal here is to cluster our agent...
What does pojoCache.findAll() actually do?Hello, I need to traverse the pojo cache and have questions about the pojoCache.findAll() method. 1. The javadoc says it is not thread-safe, but what does it mean? Does it mean it returns a map that is not accessibl...
Determine the Fqn from an objectIs there a way that I can get the Fqn from an object that has been attached to the cache? I can keep track of the Fqn in the object myself but it seems like the cache should know that already so keeping a dupe doesn't...
Pojo Cache without AOP?Is it possible to use Pojo Cache without AOP? I am using EJB3 (Entity) to access the DB. I tried using the Hibernate second level cache, but failed as described here: http://www.jboss.org/index.html?module=bb&op=v...
MC Deployment StrugglesI've been struggling all day with trying to deploy a cache instance to AS 5.1 using a -jboss-beans.xml deployment. I've moved all the necessary jar files into my configuration's lib directory. I'm hoping someone can e...