• ClassCastException: org.jboss.cache.pojo.impl.PojoCacheImpl cannot be cast to org.jboss.cache.pojo.PojoCache

    Friends, I am using Pojo Cache first time. I'm getting ClassCastException: org.jboss.cache.pojo.impl.PojoCacheImpl cannot be cast to org.jboss.cache.pojo.PojoCache while I try to retrieve an instance of PojoCache usi...
    Profile Photo
    last modified by viral.ghariwala
  • Instrumentor Failed with JBoss AS 5.1

    Hello   I'm in the process of upgrading from JBoss AS 5.0 to 5.1 and I'm having issues using the Pojo Cache Naga with it.  I get this stack trace on start up. It worked fine in 5.0, so i'm not sure what i ...
    Profile Photo
    created by mpgong
  • Performance of cache.attach s badly influence by javassist calls

    Hi *,   I am running a profiler over our code which is using intensively POJO cache. I was surprised to use a performance bottleneck caused by calls performed during cache.attach to javassist.CctnewMethodMake. ...
    Profile Photo
    created by prese
  • Pojo Cache instrumentation does not work as expected

    Hi *,   I am using the following configuration for doing the instrumentation:   <aop>   <prepare expr="field(* @org.jboss.cache.pojo.annotation.Replicable->*)" /> </aop> According...
    Profile Photo
    created by prese
  • Internal FQN removal

    I tried attaching a single string object to PojoCache and detached it later. But even after detaching the object from cache, when monitored through JConsole, I noticed the internal fqn is still there in the cache. Wh...
    Profile Photo
    last modified by girishadat
  • Remote node did not update when modifying a node

    Hi, every one   I have two jboss instances with a pojocache each are running in different server and share one database, I cluster the cache in a group. The cache mode is REPL_SYNC and my cache loader is JDBC ca...
    Profile Photo
    last modified by oliver.yang
  • Searching facility on jboss cache pojo edition

    Hello everybody,   I am a new user of Jboss cache pojo edition, and I have a question about seaching data in the cache. In fact, I would like to achieve something like "SELECT * from table where text=?".   ...
    Profile Photo
    last modified by owklqm
  • Pojo  attach() failure

    Hi, I am new to use this POJO. Please help me to solve this issue. I ijust nstalled, and compliled it. But I could not run it. I got an error. It seems to complain aboute instrumentation. I added the " -javaagent:/roo...
    Profile Photo
    last modified by yoojeon
  • How to purge PojoCache programmatically..?

    Hi All   I am using JDBCClassLoader along with MySQL6.0 as Database.   I want to purge PojoCache programmatically.     Thx Ajuba
    Profile Photo
    created by ajuba
  • How exactly PojoCache.detach(Fqn fqn) works ... ?

    I am using PojoCache version 3.0.x "Nana" with JobssAS 5.0.1     I am using JDBC CacheLoader "org.jboss.cache.loader.JDBCCacheLoader" for persisting the Nodes.   Configurations are as follows:   ...
    Profile Photo
    created by ajuba
  • pojocache-aop.xml doesn't work in jboss AS 5.1

    I am trying to follow the tutorial of jboss-cache-pojo-tutorial to make PojoCache working in Jboss AS 5.1. I copied replSync-service.xml to C:\jboss-5.1.0.GA\server\all\deploy\cluster\jboss-cache-manager.sar\META-INF....
    Profile Photo
    last modified by chengsuntx
  • Where do I (should I?) set the -javaagent parameter on JBoss startup?

    Hello   I'm using the default configuration of JBoss with an application that uses pojo cache. All is well with pojo cache startup, but I get exceptions when trying to attach anything to the cache.   Do I...
    Profile Photo
    last modified by lefterisk
  • Configure PojoCache on Rad 7.5 Development

    Guys, I am very new to PojoCache, I was trying to use that for caching of java objects, and It all worked fine with JUnit, Now when I try to use it on the webapplication, nothing seems to work, I think I am missing a...
    Profile Photo
    created by sdaftary
  • Using ExpirationAlgorithm with PojoCache

    I am trying to configure an eviction policy using the ExpriationAlgorithm for my PojoCache, and I would like to specify a time-to-live value for each pojo I insert into the cache. The only documentation I found says t...
    Profile Photo
    created by citress
  • Transactions: atomicity OK, isolation KO

    I'm studying the feasibility of using JbossPOJOCache (henceforth JBPC) as a transactional cache for our application framework. I'm using a AtomikosEssentials transaction manager, and Spring as a declarative JTA contai...
    Profile Photo
    last modified by chtimi2
  • Looks like data object is not refreshing; how do I refresh a POJO object

    I have a class which extends InstanceOfPojoCacheable and I'm using the object in JBoss cache. As part of modification, I was trying to add a new field to the object. But now it is giving me the exception  ... C...
    Profile Photo
    last modified by amitava_chatty1971
  • JBC - JBoss Transactions pair

    I have an application with two JBoss PojoCache instances running in same JVM. The application performs some attach operations in the second cache depending on the attach in the first instance of cache and this is impl...
    Profile Photo
    created by girishadat
  • Replication: simplest assumption not working ... with source code ...

         Hi there,   I want to use the replication of objects. Unfortunately I do not get it running properly.   I have one server, to which multiple clients connect over JGroups/TCP.  ...
    Profile Photo
    last modified by ustaudinger
  • Pojo Cache Cluster problem

    I'm probably missing something easy here, but I'm trying to get PojoCache working in a clustered JBoss setup. I'm using JBoss AS 4.2.3 and JBoss Cache 1.4.1. I've used the following web site as a template for the conf...
    Profile Photo
    last modified by servosimpson
  • How to store a list in cache?

    Hi There,     Im trying to cache an ArrayList of objects which are Serializable. but when i store them using the attach and try to get them by calling find im getting an object of type "org.jboss.aop.genera...
    Profile Photo
    last modified by chandu2708