Hi Manik,

I tried to set isolation level to NONE. Thsi works fine for a while, then I'm 
facing an infinte loop in PessimisticLockInterceptor. Below I'll paste snippets 
from my log files. In the next post I would like to give you some snippets of 
my log file in case of isolation level REPEATABLE_READ and READ_COMMITTED. Btw, 
I tried Ver. 1.2.4 SP2 (?) up to 1.4.1.SP8...

Best regards
Mark
last succesful put to cache here

15:42:32,086 [http-0.0.0.0-8080-1] INFO  (7F0328D0587DFF513D9CC23EABAA6B4A) 
[BspPortalCommandFactory] creating navigation context in global session
15:42:32,086 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[GlobalSession] set: NAVIGATION_CONTEXT to: DefaultNavigationContext[[]] for 
session [7F0328D0587DFF513D9CC23EABAA6B4A/NAVIGATION_CONTEXT]
15:42:39,821 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[TxInterceptor] (null) call on method [_put; id:3(GlobalTransaction::6, 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A/NAVIGATION_CONTEXT, 
NAVIGATION_CONTEXT, DefaultNavigationContext[[]], true)]
15:42:39,821 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[TxInterceptor]  local transaction exists - registering global tx if not 
present for Thread[http-0.0.0.0-8080-1,5,jboss]
15:42:39,821 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[TxInterceptor] Associated gtx in txTable is GlobalTransaction::6
15:42:39,821 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[TxInterceptor] Transaction TransactionImpl:XidImpl[FormatId=257, 
GlobalId=dbn3f84/717, BranchQual=, localId=717] is already registered.
15:42:39,852 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] PessimisticLockInterceptor invoked for method 
_put; id:3(GlobalTransaction::6, 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A/NAVIGATION_CONTEXT, 
NAVIGATION_CONTEXT, DefaultNavigationContext[[]], true)
15:42:39,852 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A/NAVIGATION_CONTEXT for owner 
GlobalTransaction::6
15:42:39,852 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[Node] created child: 
fqn=/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A/NAVIGATION_CONTEXT
15:42:39,852 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[CallInterceptor] Invoking method _put; id:3(GlobalTransaction::6, 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A/NAVIGATION_CONTEXT, 
NAVIGATION_CONTEXT, DefaultNavigationContext[[]], true) on cache.
15:42:39,852 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[TreeCache] _put(GlobalTransaction::6, 
"/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A/NAVIGATION_CONTEXT", 
NAVIGATION_CONTEXT, DefaultNavigationContext[[]])
15:42:52,368 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[TxInterceptor] (null) call on method [_remove; id:5(GlobalTransaction::6, 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A, true)]
15:42:52,368 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[TxInterceptor]  local transaction exists - registering global tx if not 
present for Thread[http-0.0.0.0-8080-1,5,jboss]
15:42:52,368 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[TxInterceptor] Associated gtx in txTable is GlobalTransaction::6
15:42:52,368 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[TxInterceptor] Transaction TransactionImpl:XidImpl[FormatId=257, 
GlobalId=dbn3f84/717, BranchQual=, localId=717] is already registered.
15:42:52,368 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] PessimisticLockInterceptor invoked for method 
_remove; id:5(GlobalTransaction::6, 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A, true)
15:42:52,368 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner GlobalTransaction::6
15:42:52,368 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[CallInterceptor] Invoking method _remove; id:5(GlobalTransaction::6, 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A, true) on cache.
15:42:52,415 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[TreeCache] _remove(GlobalTransaction::6, 
"/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A")
15:42:52,415 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[TxInterceptor] (null) call on method [_get; 
id:26(/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A, navigationEvent, true)]
15:42:52,415 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] PessimisticLockInterceptor invoked for method 
_get; id:26(/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A, navigationEvent, 
true)
15:42:52,415 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:42:52,415 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[CallInterceptor] Invoking method _get; 
id:26(/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A, navigationEvent, true) 
on cache.
15:42:52,415 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[TreeCache] _get("/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A", 
navigationEvent, "true")
15:42:52,415 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[UnlockInterceptor] Attempting to release locks on current thread.  Lock table 
is {}
15:42:52,415 [http-0.0.0.0-8080-1] INFO  (7F0328D0587DFF513D9CC23EABAA6B4A) 
[RvpSessionListener] sessionCreated
15:42:52,415 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[TxInterceptor] (null) call on method [_get; 
id:26(/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A, navigationEvent, true)]
15:42:52,415 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] PessimisticLockInterceptor invoked for method 
_get; id:26(/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A, navigationEvent, 
true)
15:42:52,415 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:42:52,415 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[CallInterceptor] Invoking method _get; 
id:26(/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A, navigationEvent, true) 
on cache.
15:42:52,415 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[TreeCache] _get("/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A", 
navigationEvent, "true")
15:42:52,415 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[UnlockInterceptor] Attempting to release locks on current thread.  Lock table 
is {}
15:42:52,415 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[TxInterceptor] (null) call on method [_get; 
id:26(/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A, navigationPath, true)]
15:42:52,415 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] PessimisticLockInterceptor invoked for method 
_get; id:26(/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A, navigationPath, 
true)
15:42:52,415 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:42:52,415 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[CallInterceptor] Invoking method _get; 
id:26(/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A, navigationPath, true) on 
cache.
15:42:52,415 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[TreeCache] _get("/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A", 
navigationPath, "true")
15:42:52,415 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[UnlockInterceptor] Attempting to release locks on current thread.  Lock table 
is {}
15:42:52,415 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[GlobalSession] get: navigationPath returned:null
15:42:52,430 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[TxInterceptor] (null) call on method [_get; 
id:26(/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A, MEA_EXCEPTION, true)]
15:42:52,430 [http-0.0.0.0-8080-1] DEBUG 


 omited loads of gets in between.... 


15:42:53,321 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:42:53,321 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[CallInterceptor] Invoking method _get; 
id:26(/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A, navigationEvent, true) 
on cache.
15:42:53,321 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[TreeCache] _get("/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A", 
navigationEvent, "true")
15:42:53,321 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[UnlockInterceptor] Attempting to release locks on current thread.  Lock table 
is {}
15:42:53,383 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[GlobalSession] set: preview to: false for session 
[7F0328D0587DFF513D9CC23EABAA6B4A]
15:43:01,211 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[TxInterceptor] (null) call on method [_put; id:3(null, 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A, preview, false, true)]
15:43:01,211 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] PessimisticLockInterceptor invoked for method 
_put; id:3(null, /portalSession/7F0328D0587DFF513D9CC23EABAA6B4A, preview, 
false, true)
15:43:01,211 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,211 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,211 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,211 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,211 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,227 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,227 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,227 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]
15:43:01,243 [http-0.0.0.0-8080-1] DEBUG (7F0328D0587DFF513D9CC23EABAA6B4A) 
[PessimisticLockInterceptor] Attempting to lock node 
/portalSession/7F0328D0587DFF513D9CC23EABAA6B4A for owner 
Thread[http-0.0.0.0-8080-1,5,jboss]


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122668
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to