1 Reply Latest reply on May 20, 2003 7:52 AM by davidjencks

    Safe Assumptions on throwing ResourceException in getConnect

    alwyn

      Hi

      Is it safe to assume that if the getConnection method of the ManagedConnection throws a ResourceException, the ManagedConnection would not be in a pool but garbage collected?

      The code seems to indicate this, but I need to be sure...