current number of transactions JOnAS 5.2 - jonasAdmin

"Hans J. Prueller" <[email protected]> Mon, 14 Mar 2011 07:41:14 +0100
Newsgroups gmane.comp.java.objectweb.jonas
Organization LBS logics GmbH
Message-ID <1300084874.2274.8.camel@kodos>
hi all,

could it be that the counter of "current nb. of transactions" in
jonasAdmin of JOnAS 5.2 (m4) 

ist not reduced correctly after a transaction is timed out?

on one of our servers I experienced the following:

- current nb. of transactions: 11
- transactions with time-out: 11

- i can see them all in the "monitor" view, with status ROLLED_BACK

- I then checkd db-connection usage and there was no single active or
open db connection (guess they were automatically closed after
        time out by JOnAS)


so I would expect after the 11 transactions are rolledback by time out
and cleaned up, that current number of transactions goes to 0 again

- or do I understand this wrong? are they still "current" in some other
way?

regards,
hans