2 Replies Latest reply on Aug 13, 2002 1:35 AM by dsundstrom

    Problem with Transaction of 100.000 queries

    jlmartinez

      I sent 100.000 queries (updates and inserts). In the query 99.708 the server report the next exception:

      disconnect(ManagedConnection mc: null, Object c: org.jboss.resource.adapter.jdbc.local.LocalConnection@91f022) called with unknown managed connection; nested exception is:
      java.lang.IllegalArgumentException: disconnect(ManagedConnection mc: null, Object c: org.jboss.resource.adapter.jdbc.local.LocalConnection@91f022) called with unknown managed connection
      .

      We are using jboss-3.0.1RC1 + postgress 7.2

      Some idea?