1 Reply Latest reply on Nov 23, 2005 9:23 AM by adrian.brock

    ConcurrentModificationException on WrappedConnection.close()

    martinator

      Hello everyone, I have been getting a ConcurrentModificationException when I try try return a managed connection to the pool, since I reconfigured statement creation and closing in my connections.

      java.util.ConcurrentModificationException
      at java.util.HashMap$HashIterator.nextEntry(HashMap.java:782)
      at java.util.HashMap$EntryIterator.next(HashMap.java:824)
      at org.jboss.resource.adapter.jdbc.WrappedConnection.close(WrappedConnection.java:98)
      at com.estar.database.eStarConnection.returnConnections(eStarConnection.java:663)

      Anyone, seen this before? What can I do to avoid this issue?

      TIA