• Memory growth even after pojo is deattached from pojo cache

    Moving 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...
    Profile Photo
    last modified by anandhs
  • Memory usage in simple pojocache test app

    Hi, 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 ...
    Profile Photo
    last modified by jlotery
  • What is the setup procedure in Jboss AS5

    Hi 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...
    Profile Photo
    created by chandu2708
  • Configuration problems using Jboss Pojo Cache 3.0.0.GA

    Hi 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...
    Profile Photo
    last modified by chandu2708
  • Performance problem pojo-cache

    Hi,   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...
    Profile Photo
    created by linusg
  • attach list to pojocache

    Hi, 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...
    Profile Photo
    created by egeesken
  • Configuration question

    Hi! 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...
    Profile Photo
    created by mramos
  • Clustered Cache Synchronization Issue

    We 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...
    Profile Photo
    last modified by kringdahl
  • 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 ...
    Profile Photo
    last modified by chtimi2
  • Explored POJO cache on JBOSS and want to know usecase

    Hi , 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
    Profile Photo
    created by gajananm
  • PojoCache & Hibernate

    We 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...
    Profile Photo
    last modified by vseadara
  • 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...
    Profile Photo
    last modified by niuxuetao_fiserv
  • Starting cache in cluster mode

    Hi 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...
    Profile Photo
    last modified by baranowb
  • Problems with Transactions under medium load

    Hi 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...
    Profile Photo
    last modified by egeesken
  • 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...
    Profile Photo
    last modified by sinjem
  • clustering using JBoss Pojo Cache and JTA without using an A

    Hi, 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...
    Profile Photo
    created by ttruong
  • 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...
    Profile Photo
    last modified by niuxuetao_fiserv
  • Determine the Fqn from an object

    Is 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...
    Profile Photo
    last modified by swtet
  • 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...
    Profile Photo
    last modified by angusm
  • MC Deployment Struggles

    I'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...
    Profile Photo
    last modified by hosier.david