View results here ->
http://tck2.jboss.com/cc/?log=log20040420105755
|
| No Tests Run |
| This project doesn't have any tests |
|
|
| |
|
| modified | loubyansky | server/src/main/org/jboss/ejb/plugins/cmp/jdbc/EJBQLToSQL92Compiler.java | fixed member of |
| modified | ejort | connector/src/main/org/jboss/resource/connectionmanager/BaseConnectionManager2.java | Fix two horrible bugs in the <check-valid-connection-sql> interaction with the pool.1) It was attempting to destroy the connections twice which completely broke the connection countingleading to <min-pool-size> overfilling the pool when configured2) In the same code path, it was releasing the permit twice, allow an extra thread to gain access to the pool |
| modified | ejort | connector/src/main/org/jboss/resource/connectionmanager/ConnectionListener.java | Fix two horrible bugs in the <check-valid-connection-sql> interaction with the pool.1) It was attempting to destroy the connections twice which completely broke the connection countingleading to <min-pool-size> overfilling the pool when configured2) In the same code path, it was releasing the permit twice, allow an extra thread to gain access to the pool |
| modified | ejort | connector/src/main/org/jboss/resource/connectionmanager/InternalManagedConnectionPool.java | Fix two horrible bugs in the <check-valid-connection-sql> interaction with the pool.1) It was attempting to destroy the connections twice which completely broke the connection countingleading to <min-pool-size> overfilling the pool when configured2) In the same code path, it was releasing the permit twice, allow an extra thread to gain access to the pool |