Log in to follow, share, and participate in this community.
Thread Pojo cache performance and concurrency problem
Pojo cache performance and concurrency problemHi all What I want to do: I have several nodes in cluster, each node uses pojocache In pojocache under fqn there is attached a list (i.e. pojoCache.attach(fqn, new ArrayList()) Each node uses this replicated list (L...
Thread Compatibility of JBoss Cache 2.1.0 and JBoss AS 4.2.2
Compatibility of JBoss Cache 2.1.0 and JBoss AS 4.2.2Has anyone successfully deployed JBoss Cache 2.1.0 (pojo cache) on JBoss AS 4.2.2? I'm seeing some problems related to AOP. Specifically, I get the stack trace below upon startup. I know the compatibility matrix state...
how a list in pojo can aop?hi all,i've followed the user-guide to use pojo cache,i've got some problem: when i attached a list direct to the cache,then i used cache.find("list") to get the list, it worked fine, in the eclipse debug view,i can s...
java.lang.NoClassDefFoundError: org/jboss/metadata/spi/signajava.lang.NoClassDefFoundError: org/jboss/metadata/spi/signature/Signature at org.jboss.cache.pojo.impl.PojoCacheImpl.()V(PojoCacheImpl.java:???) at org.jboss.cache.pojo.PojoCacheFactory.createCache(PojoCacheFactory...
Getting lots of timeoutexceptionI am getting lot of timeoutexception. Its trying obtain the readlock on the nodes when i use pojoCache.find() API. Is there any way to avoid this.??? I mean, i dont want pojocache to obtain a readlock on a node. It s...
Thread getting nullpointer exception in org.jboss.aop.ClassInstance
getting nullpointer exception in org.jboss.aop.ClassInstanceI am using POJO2.1 While debugging i am getting following exception which is not being logged since it is being thrown in finalize method of org.jboss.aop.ClassInstanceAdvisor class. Here is the exception stack Dae...
Thread Aspectized replicable POJO, could not serialize to send a co
Aspectized replicable POJO, could not serialize to send a coHi The problem is that once any POJO class is aspectized, if I try to serialize it to send it over to my Fat Clients , a NotSerializable exception is thrown as the interceptor fields added to POJO due to aspectization...
Thread pojoCache.find(fqn) always returns a proxy class object ( AO
pojoCache.find(fqn) always returns a proxy class object ( AOpojoCache.find("list") returns a proxy class object ( AOPClassProxy0 ) for list objects. This class has a member varialbe namely - org.jboss.cache.pojo.interceptors.dynamic.CachedListInterceptor which is not serializ...
Thread POJO Cache unable to serialize class inside my POJO
POJO Cache unable to serialize class inside my POJOI am simply trying to attach a POJO to the cache, but the cache throws the following exception: Caused by: java.io.InvalidClassException: com.za.mw.sec.Registration; local class incompatible: stream classdesc serialVe...
Thread java.lang.VerifyError, Bad access to protected data at .crea
java.lang.VerifyError, Bad access to protected data at .creaHi I am getting the following error, while trying to use JBoss pojo cache Alegrias (2.1.0 GA) , in the process of attaching my complex object model in the cache. java.lang.VerifyError: (class: ft/oots/adt/dao/BedT...
Thread Issue in using Seam blog example for implementing dynamic ca
Issue in using Seam blog example for implementing dynamic caHello everyone, I need to display a large dataset within a dynamic page with a good response time. So I am trying to use the page fragment cache. (s:cache). The cache works, but I can’t prevent the...
How to improve the page load timeHai every one i need to generate the dynamic page with dataTabl. I need to fetch the relevant data depends in the user subcategory selection. If the user click the s:link on my home page, I will get the subcategory i...
Thread How to prevent the frequently query execution
How to prevent the frequently query executionHai every one I am new to Jboss Cache. I need to display the large amount of data in a dataTable. I need to prevent the frequently executed query. I need to display the page by using the cache data. I need the query e...
TreeMapWhat about TreeMap and Jboss cache I use JBoss 4.2.1 GA. I would like to share a TreeMap between node of a jboss cluster. What can I do to have that kind of use ? * an other version of Jboss Cache than the 1.4.1 * do...
Thread IllegalStateException: PojoReference.incrementRefCount() , f
IllegalStateException: PojoReference.incrementRefCount() , fHi For the bug/enhancement-request submitted by me in Jira, it was said that it is fixed in "Fixed in trunk and branches/2.1". Can I download the fixed version now? If yes , from where? Kindly let me know the link. I...