Re: Concurrent modification

2001-04-04 Thread Nicola Folino
Thanks, I solved the problem, and that was the answer... - Original Message - From: "Jeff Schnitzer" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Wednesday, April 04, 2001 1:07 AM Subject: RE: Concurrent modification > Concurrent

RE: Concurrent modification

2001-04-03 Thread Jeff Schnitzer
ConcurrentModificationException is the result of a fail-fast iterator in the JDK 1.2+ collections framework. If one thread is iterating a collection and another thread modifies the collection, the next call to the iterator will immediately throw this exception. In the ugly old days of Hashtable

Re: Concurrent modification

2001-03-30 Thread Okke De Koninck, i-Help Networks
HI All, Since the support site is down, I'll try it this way: When creating a new instance of an EJB I get the following error: javax.ejb.CreateException: Error creating EntityBean: Wrong database file version at UserHome_EntityHomeWrapper2.create(UserHome_EntityHomeWrapper2.java, Compi