Re: ConcurrentModificationException in the IterateTag class

2003-07-03 Thread Kris Schneider
The most likely cause is that you've got an application-scoped collection (or perhaps session-scoped) that has been modified in one thread while the iterate tag is looping in another thread. Nothing really to do with the tag itself. Quoting [EMAIL PROTECTED]: > Hi, > I did some loadtesting on a w

ConcurrentModificationException in the IterateTag class

2003-07-03 Thread DBade
Hi, I did some loadtesting on a webapplication where i have several jsp-documents, each of them containing iterate-tags. When just one user is testing the application everything works fine, but during the loadtest i got an exception every now and then. The Exception looks like this: java.util.Conc