• Please help out with getting cached data in database using p

    I 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...
    Profile Photo
    last modified by anupamajboss
  • how to simulate merge view for unit test

    i 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...
    Profile Photo
    last modified by oferunipier
  • Serializable data members not rolled back

    I 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...
    Profile Photo
    last modified by objectswitch
  • POJO Cache 2.2.1.GA Released

    POJO 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...
    Profile Photo
    created by jason.greene
  • java.lang.RuntimeException: Error generating joinpoint class

    I'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...
    Profile Photo
    last modified by tegge21
  • Application doesn't see additions/changes to cache made by o

    Good 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...
    Profile Photo
    last modified by twantwan
  • 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...
    Profile Photo
    last modified by jason.greene
  • Deserialization problem with collections moving from JBC 2.1

    I'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...
    Profile Photo
    last modified by kringdahl
  • java.lang.NoClassDefFoundError: org/jboss/metadata/spi/signa

    I 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) ...
    Profile Photo
    created by navaneethforu
  • JBoss Cache and Weblogic 10

    Hi 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
    Profile Photo
    last modified by leonid.brandis
  • 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 ...
    Profile Photo
    created by mhatreakshay
  • Strange behavior when attach()ing large POJOs

    Hello 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...
    Profile Photo
    last modified by mathias.chouet
  • aopc error: DuplicateMemberException: duplicate field

    I'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...
    Profile Photo
    last modified by ironbeard
  • Aspectization via XML seems to fail

    Hi 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...
    Profile Photo
    last modified by mathias.chouet
  • Multithread access to retrive data from Cache taking time co

    Hi 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...
    Profile Photo
    last modified by surendragadde
  • 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...
    Profile Photo
    last modified by navssurtani
  • pojo cache confiurations for netbeans project

    Hi 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.
    Profile Photo
    created by lakshmanm
  • Mark an object so it cannot be replicated

    I 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?
    Profile Photo
    last modified by swtet
  • can we use pojo cache to do the session replication with oth

    can 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.
    Profile Photo
    last modified by jasonhu919
  • EJB 3, Update Jboss Cache

    hi 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...
    Profile Photo
    created by grdzeli_kaci