[jboss-user] [JBossCache] - Error when same object cached by 2 cache
mckeno
do-not-reply at jboss.com
Fri Jun 1 06:06:29 EDT 2007
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)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4050441#4050441
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4050441
More information about the jboss-user
mailing list