0 Replies Latest reply on Jun 1, 2007 6:06 AM by mckeno

    Error when same object cached by 2 cache

    mckeno

      It seems that Jboss cache won't allow a same object to be cached by 2 different cache ??

      java.lang.RuntimeException: InternalDelegate.incrementRefCount(): null aopInstance for fqn: /one/two
      at org.jboss.cache.aop.InternalDelegate.incrementRefCount(InternalDelegate.java:96)
      at org.jboss.cache.aop.ObjectGraphHandler.incrementRefCount(ObjectGraphHandler.java:212)
      at org.jboss.cache.aop.ObjectGraphHandler.setupRefCounting(ObjectGraphHandler.java:192)
      at org.jboss.cache.aop.ObjectGraphHandler.objectGraphPut(ObjectGraphHandler.java:88)
      at org.jboss.cache.aop.TreeCacheAopDelegate._putObject(TreeCacheAopDelegate.java:201)
      at org.jboss.cache.aop.PojoCache._putObject(PojoCache.java:739)
      at org.jboss.cache.aop.PojoCache.putObject(PojoCache.java:465)
      at example.TestCircularRef.main(TestCircularRef.java:44)