Log in to follow, share, and participate in this community.
Thread Please help out with getting cached data in database using p
Please help out with getting cached data in database using pI am trying to insert the Pojo Cached object in database. After i use attach() method of PojoCache, how must it be used to insert in the database? And since the Fqn path is loaded in database, how does the attached o...
how to simulate merge view for unit testi need to run some unit test (on a single pc) regarding merge view (where on merge i replicate state using state transfer). How can i simulate view partitioned and then merged? i wasn't able to find similiar test on t...
Serializable data members not rolled backI would like to understand if POJO cache supports transactional management for all objects referenced from fields of a @Replicable object. I find that if a field references an instance of a class also annotated @Repli...
POJO Cache 2.2.1.GA ReleasedPOJO Cache 2.2.1.GA is now available here. The biggest feature in this (and the 2.2.0) release is the ability to catch individual updates to array elements where the array is a field of an attached object. In additio...
Thread java.lang.RuntimeException: Error generating joinpoint class
java.lang.RuntimeException: Error generating joinpoint classI'm kind of new to jboss cache so maybe this is something simple. Im using the pojo cache 2.1.0-GA on vista x64, and java 1.6/Tomcat6. Cache works fine mostly but when I start accessing it with other threads (not at s...
Thread Application doesn't see additions/changes to cache made by o
Application doesn't see additions/changes to cache made by oGood morning, I have a strange problem with my distributed cache: I have 2 applications that access the cache: app1 and app2 - app1 starts and puts a objectX in the cache - app2 starts and sees the objectX in the cac...
Questions about 2.2.0 and 3.0.0 I am trying to download for testing JBoss Cash and POJO. I have downloaded 2.2.0.GA jbosscache-core-2.2.0.GA-all.zip and could not locate the POJO stuff there. Here the quote from http://www.jboss.org/file-a...
Thread Deserialization problem with collections moving from JBC 2.1
Deserialization problem with collections moving from JBC 2.1I'm using the JDBCCacheLoader to persist a cache which was originally created with JBC 2.1.1.GA. When I upgrade to 2.2.0.GA and start up, the preload routine throws an exception as described below. The exception sugge...
java.lang.NoClassDefFoundError: org/jboss/metadata/spi/signaI am using JBoss Cache POJO edition - 2.2.0.CR5. It is working properly in my local windows system( Weblogic 10 server) I am getting following exception when i try to use it in Linux clustered( 2 weblogic 10 servers) ...
JBoss Cache and Weblogic 10Hi I have a question about integrating the JBossCache with Weblogic 10. Did anybody have any experience/recommendations about this. Where can I get the most updated documentation on that topic? Thanks you
Thread Exception when I use multithreading while pojocache.attach()
Exception when I use multithreading while pojocache.attach()I am trying to attach an object to a pojo cache using multi threading.But it throws an concurrent access exception.Below is the code snippet and the exception.Please suggest. eg: running the below code in a for loop ...
Thread Strange behavior when attach()ing large POJOs
Strange behavior when attach()ing large POJOsHello everyone. After having successfully overcome the "Raster serialization" problem, thanks to your advices, I'm now facing a few new difficulties. First, replication is "slow". In my current program, I'm trying t...
Thread aopc error: DuplicateMemberException: duplicate field
aopc error: DuplicateMemberException: duplicate fieldI'm trying to create a JBoss MBean service (JBoss AS 4.2.2GA, JBossCache 1.4.1SP3, JDK50-type annotation) to write/read a PojoCache. So far, without much success. The simple test I'm trying to get working uses the Add...
Aspectization via XML seems to failHi everyone. I'm a beginner with JBoss Cache (in general) and I'm currently using Pojo Edition in a clustered environment. The fact is I'm encountering problems trying to attach(...) a homemade object. I've made this...
Thread Multithread access to retrive data from Cache taking time co
Multithread access to retrive data from Cache taking time coHi all, I am using Isolation level 'NONE'. when i retrive data from TreeCache using get(FQN) API with single thread, retrival time is very good,where as with multi threads retrival time is very bad.Is there any syc...
Getting Fqn and Key out of Object.I am writing a listener for JBoss Cache Searchable so that it be used to search through POJO cache. This is my Google Summer of Code project which involves integrating Hibernate Search with JBoss Cache. @Attached pu...
Thread pojo cache confiurations for netbeans project
pojo cache confiurations for netbeans projectHi All, I am developing an application for cache using netbeans IDE. I don't know how to configure my project. can anybody help me out regarding configuration of pojo cahce. Thanks in advance. Lakshminarayana.
Mark an object so it cannot be replicatedI would like to mark an entire object so that it is persisted but not replicated. When I modify any fields on the object they should follow the fine grained persistence rules, etc. Is there any way I can do that?
Thread can we use pojo cache to do the session replication with oth
can we use pojo cache to do the session replication with othcan we use pojo cache to do the http session replication with other server? I don't see any document about jboss pojo cache on this topic, but the another product "terracotta" can do it easily.
EJB 3, Update Jboss Cachehi all, i'm newbie on jboss cache and sorry about my question. i tried to use jboss cache into my ejb application to avoid database round trips. i found example how to cache entities there : http://docs.jboss.org/e...