[jboss-user] [JBossCache] - Re: Memory leak when using JbossCache and JOTM

2007-03-14 Thread [EMAIL PROTECTED]
See http://jira.jboss.com/jira/browse/JBCACHE-1007 for a JIRA that will break the reference chain from the Synchronization back to your object. If JOTM is not fixable, it should be fairly straightforward for you to patch your JBoss Cache instance. View the original post : http://www.jboss.com/

[jboss-user] [JBossCache] - Re: Memory leak when using JbossCache and JOTM

2007-03-14 Thread atijms
"[EMAIL PROTECTED]" wrote : Does the reference chain from the JOTM object lead through a javax.transaction.Synchronization implementation? For example, org.jboss.cache.interceptors.TxInterceptor$RemoteSynchronizationHandler (or TxInterceptor$LocalSynchronizationHandler)? | Yes it does. Just

[jboss-user] [JBossCache] - Re: Memory leak when using JbossCache and JOTM

2007-03-14 Thread [EMAIL PROTECTED]
Does the reference chain from the JOTM object lead through a javax.transaction.Synchronization implementation? For example, org.jboss.cache.interceptors.TxInterceptor$RemoteSynchronizationHandler (or TxInterceptor$LocalSynchronizationHandler)? If not, please post the full reference chain. If

[jboss-user] [JBossCache] - Re: memory leak

2007-03-05 Thread gmeroz
I think there should be a way to clear an entire area in the cache (as a bulk). Finding all the POJOs in the cache and deleting them one by one, sound expensive. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025003#4025003 Reply to the post : http://ww

[jboss-user] [JBossCache] - Re: memory leak

2007-03-02 Thread [EMAIL PROTECTED]
This is a usage problem. PojoCache creates internal nodes in /__JBossInternal__ which aren't cleared since PojoCache is bypassed for the bulk delete operation. So basically any object that has attach() called on it, can only be removed via the PojoCache detach method. Also, the structure __JBos

[jboss-user] [JBossCache] - Re: memory leak

2007-03-01 Thread [EMAIL PROTECTED]
See http://jira.jboss.com/jira/browse/JBCACHE-990 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024431#4024431 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024431 ___ jboss

[jboss-user] [JBossCache] - Re: memory leak

2007-03-01 Thread [EMAIL PROTECTED]
Thanks for this, will investigate. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024427#4024427 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024427 ___ jboss-user mailing l