Re: [JBoss-user] finally Testings with Database and Connectionpool

2002-02-06 Thread David Jencks
In 3.0, I think this is a bug and that it used to work. Could I convince you to write a junit test for our testsuite demonstrating this problem using DefaultDS? Please have the test descend from JBossTestCase and put it in the org/jboss/test/jca/test directory/package. As long as it can get one

[JBoss-user] finally Testings with Database and Connectionpool

2002-02-06 Thread sjus
Surely you remember that I had any questions about dynamic reconfigurable Connectionpools to Databases. I tried to increase the size of an Database-Connection-Pool dynamically... First testing JBoss v2.4.3. Setting MaxSize=10 and blocking=false, so there were only 10 Connections possible. But cha