[JBoss-dev] JBoss 3.0.3 Bug: typo in TransactionImpl + trying to change Tx inenlist exception

2002-10-08 Thread Marko trukelj
Title: JBoss 3.0.3 Bug: typo in TransactionImpl + trying to change Tx in enlist exception (using: JBoss-3.0.3-src) There is a typo in TransactionImpl disassociateCurrentThread(). tx.associateCurrentThread() is called instead of tx.disassociateCurrentThread() There is another more

Re: [JBoss-dev] JBoss 3.0.3 Bug: typo in TransactionImpl + tryingto change Tx in enlist exception

2002-10-08 Thread Marko trukelj
I am trying to put together a working example to reproduce the problem. I will try to go along the following lines: limit connection pool to 2 connections. Create 10 threads that invoke on the server side : ut.begin(); ds.getConnection(); c.close(); And hope to see the error happen. But I'm

RE: [JBoss-dev] org.jboss.pool.ObjectPool bug?

2001-10-23 Thread Marko trukelj
, Marko. Thanks David Jencks On 2001.10.22 10:34:36 -0400 Marko ?trukelj wrote: -Original Message- From: David Jencks [mailto:[EMAIL PROTECTED]] Sent: Monday, October 22, 2001 3:53 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] org.jboss.pool.ObjectPool bug

[JBoss-dev] org.jboss.pool.ObjectPool bug?

2001-10-22 Thread Marko trukelj
Title: org.jboss.pool.ObjectPool bug? Hi, I played around with current org.jboss.pool package and embarked upon what I take for a bug (although it is a matter of what the desired behavior is): In ObjecPool method runCleanupandShrink before garbage collection occurs method isCleanupEnabled