[jboss-user] [JBossCache] - Re: Deadlock PojoCache.putObject()/org.apache.log4j.Category

bstansberry@jboss.com do-not-reply at jboss.com
Wed Nov 1 18:27:58 EST 2006


What version of JBoss Cache is this?

To restate what I think I've heard:

You put an aspectized pojo in the cache.
The pojo has a field of type List.
A Serializable object (non-aspectized) is placed in the List.
That object has a ref to 2 aspectized pojos, but those pojos were never placed in the cache.

That sounds fine.  PojoCache should treat the non-aspectized object as opaque, so the fact that the other 2 pojos were aspectized shouldn't matter. Particularly if the cache never saw the 2 pojos directly.

Do the last two pojos have a reference to anything that was put in the cache?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982488#3982488

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982488



More information about the jboss-user mailing list