If you get the following exception when using DataSource, ---------------------------------------------------------------------------- ------ java.lang.IndexOutOfBoundsException: Index: -1, Size: 1 at java.util.ArrayList.RangeCheck(ArrayList.java:486) at java.util.ArrayList.remove(ArrayList.java:370) at org.apache.avalon.excalibur.pool.DefaultPool.put(DefaultPool.java:225) at org.apache.avalon.excalibur.datasource.JdbcConnectionPool.put(JdbcConnection Pool.java:461) ---------------------------------------------------------------------------- ------ do this:
- get avalon-excalibur src from CVS and build pool package. - Use excalibur-pool-1.2.jar with util.concurrent-1.3.1.jar (which is in avalon-excalibur(src)/lib. DefaultPool uses EDU.oswego.cs.dl.util.concurrent.Mutex. I don't see EDU stuff included in avalon-excalibur-4.1.jar. - Q --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
