Re: Excalibur Datasource and ConcurrentModificationException

2003-09-15 Thread IvanLatysh
Hello, Peter! You wrote to "Avalon Developers List" <[EMAIL PROTECTED]> on Sun, 14 Sep 2003 10:00:40 -0400: PR> It looks as if the exception is coming from the mysql driver. PR> -pete Yes, thank you guys. The problem was solved, it is apparently bug in mysql jdbc driver. --- Yours sincerely,

Re: Excalibur Datasource and ConcurrentModificationException

2003-09-14 Thread Peter Royal
On Saturday, September 13, 2003, at 09:01 PM, IvanLatysh wrote: WARN webmodels.ApplicationImpl - Could not return Connection java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextEntry(HashMap.java:750) at java.util.HashMap$KeyIterator.next(HashMap.java:786) at com.

Excalibur Datasource and ConcurrentModificationException

2003-09-13 Thread IvanLatysh
Hi All. I am using excalibur-datasource-1.1.1 with mySQL database (mysql-connector-java-3.1.0-alpha) under Tomcat. And I am suffering from the ConcurrentModificationException error, which happens from time to time. The problems appears when connection been closed by timeout, but it doesn't happ